Fork me on GitHub
Show / Hide Table of Contents

Interface IDispatcherProvider

Returns the fiber associated with an actor
Namespace: ComposableAsync
Assembly: ComposableAsync.Core.dll
Syntax
public interface IDispatcherProvider

Properties

| Improve this Doc View Source

Dispatcher

Returns the corresponding IDispatcher
Declaration
IDispatcher Dispatcher { get; }
Property Value
Type Description
IDispatcher

Extension Methods

DispatcherProviderExtension.GetAssociatedDispatcher(IDispatcherProvider)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX