namespace ComposableAsync { /// /// Returns the fiber associated with an actor /// public interface IDispatcherProvider { /// /// Returns the corresponding /// IDispatcher Dispatcher { get; } } }