Skip to content

ReactiveUI.Primitives.Async.Helpers namespace

Part of the ReactiveUI.Primitives.Async.Core package.

TypeKindSummary
DisposalHelperclassProvides helper methods for idempotent disposal patterns using an integer flag.
FireAndForgetHelperclassProvides 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.
SubscriptionHelperclassProvides a helper for safely subscribing an IAsyncDisposable subscription, ensuring the subscription is disposed if the subscribe action throws.