ReactiveUI.Extensions.Async.Internals namespace¶
Part of the ReactiveUI.Extensions package.
| Type | Kind | Summary |
|---|---|---|
| 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. |