Skip to main content

Module dispatcher

Module dispatcher 

Source

Re-exports§

pub use super::*;

Structs§

Dispatcher
OnTimeout
TaskHandle

Traits§

TimeoutExt
A wrapper for a future which will complete with a provided closure when a timeout occurs. This is forked from fuchsia_async::OnTimeout because that has a fixed dependency on fuchsia_async::Timer which driver dispatcher does not support.

Type Aliases§

MonotonicInstant
Transport