Skip to content

Instantly share code, notes, and snippets.

View bawkee's full-sized avatar
🤠
Trying out funny hats

Bojan Sala bawkee

🤠
Trying out funny hats
View GitHub Profile
@bawkee
bawkee / SerialReactiveCommand.cs
Last active December 5, 2025 13:09
A reactive command which isn't restricted by double-tap protection, such that it can be executed multiple times
using System;
using System.Reactive;
using System.Reactive.Concurrency;
using System.Reactive.Disposables;
using System.Reactive.Linq;
using System.Reactive.Threading.Tasks;
using System.Threading;
using System.Threading.Tasks;
using ReactiveUI;