What's Changed
- Update Platform Supports section in README by @aneuf-tech in #71
- Add ThrottleFirst, ThrottleLast(
Observable<TSample>
sampler) overload - Add ThrottleFirst, ThrottleLast(
Func<T, CancellationToken, ValueTask>
sampler) overload - Add Select/Where/SubscribeAwait(int maxConcurrent) overload
- Add Debounce(
Func<T, CancellationToken, ValueTask>
throttleDurationSelector) overload - Change ThrottleLast(TimeSpan) sampling timing
Full Changelog: 0.1.13...0.1.14