Expand description
A crate containing utilities and extensions built on top of Tokio.
Re-exports§
pub use tokio;
Modules§
- events_
bus - Wraps a mpmc
tokio::sync::broadcastto provide a convenient events bus. - notify
- A channel for sending deduplicated notifications with no data attached.
- notify_
once NotifyOnce, typically used as a shutdown channel.- task
LxTaskand associated helpers.