Module async_mode

Source
Expand description

Asynchronous programming support.

Re-exports§

pub use event_future::AwaitResult;async_mode
pub use event_future::EventFuture;async_mode
pub use event_future::EventKey;async_mode
pub use timer_future::TimerFuture;async_mode
pub use queue::UnboundedQueue;async_mode

Modules§

event_futureasync_mode
Asynchronous waiting for events.
queueasync_mode
Queue for producer-consumer communication between asynchronous tasks.
timer_futureasync_mode
Asynchronous waiting for timers.