Fork me on GitHub
Show / Hide Table of Contents

Namespace ComposableAsync

Classes

ComposableAsyncDisposable

IAsyncDisposable implementation aggregating other IAsyncDisposable

DispatcherExtension

IDispatcher extension methods provider

DispatcherProviderExtension

IDispatcherProvider extension

MonoDispatcherManager

IDispatcherManager implementation based on single IDispatcher

NullDispatcher

IDispatcher that run actions synchronously

Structs

DispatcherAwaiter

Dispatcher awaiter, making a dispatcher awaitable

Interfaces

IBasicDispatcher

Simplified version of IDispatcher that can be converted to a IDispatcher using the ToFullDispatcher extension method

IDispatcher

Dispatcher executes an action or a function on its own context

IDispatcherManager

Dispatcher manager

IDispatcherProvider

Returns the fiber associated with an actor
Back to top Generated by DocFX