ReactiveUI.Primitives.Async.Helpers namespace¶
Part of the ReactiveUI.Primitives.Async.Core package.
| Type | Kind | Summary |
|---|---|---|
| DisposalHelper | class | Provides helper methods for idempotent disposal patterns using an integer flag. |
| FireAndForgetHelper | class | Provides a helper for executing async actions as fire-and-forget with exception swallowing. Used for async void callbacks (e.g. cancellation token registrations, signal handlers) where exceptions cannot propagate to a caller. |
| SubscriptionHelper | class | Provides a helper for safely subscribing an IAsyncDisposable subscription, ensuring the subscription is disposed if the subscribe action throws. |