Improved await support of ReactiveProperty, ReactiveCommand by neuecc · Pull Request #86 · runceel/ReactiveProperty

I've fully refactored await support of ReactiveProperty and ReactiveCommand. It can handle CancellationToken correctly and add GetAsyncHandler that can reuse(zero-allocate) await event. Changed pus...