Skip to main content

Crate libasync_scope_dispatcher

Crate libasync_scope_dispatcher 

Source
Expand description

Provider for a libasync dispatcher abstraction that uses a fuchsia-async Scope as its underlying engine.

Structsยง

ScopeDispatcher
Implements a C++-compatible async_dispatcher_t around a fuchsia_async::Scope.
ShutdownCompletionFuture
A future which resolves when the dispatcher has been shut down by ScopeDispatcher::shutdown.