Re-exports§
pub use super::*;
Structs§
Traits§
- Timeout
Ext - A wrapper for a future which will complete with a provided closure when a timeout occurs. This
is forked from
fuchsia_async::OnTimeoutbecause that has a fixed dependency onfuchsia_async::Timerwhich driver dispatcher does not support.