A one-shot channel is used for sending a single message between asynchronous tasks. The `channel` function is used to create a `Sender` and `Receiver` handle pair that form the channel.| docs.rs
A multi-producer, single-consumer queue for sending values between asynchronous tasks.| docs.rs
Builds Tokio Runtime with custom configuration values.| docs.rs
Runs the provided closure on a thread where blocking is acceptable.| docs.rs
An asynchronous `Mutex`-like type.| docs.rs
Spawns a new asynchronous task, returning a `JoinHandle` for it.| docs.rs
Reads bytes from a source.| docs.rs
The Manifest Format| doc.rust-lang.org