Expand description
Asynchronous programming support.
Re-exports§
pub use event_future::AwaitResult;async_modepub use event_future::EventFuture;async_modepub use event_future::EventKey;async_modepub use timer_future::TimerFuture;async_modepub use queue::UnboundedQueue;async_mode
Modules§
- event_
future async_mode - Asynchronous waiting for events.
- queue
async_mode - Queue for producer-consumer communication between asynchronous tasks.
- timer_
future async_mode - Asynchronous waiting for timers.