Sends values to the associated `Receiver`.| docs.rs
Receives values from the associated `Sender`.| docs.rs
Builds Tokio Runtime with custom configuration values.| docs.rs
Waits on multiple concurrent branches, returning when the first branch completes, cancelling the remaining branches.| docs.rs
The boolean type.| doc.rust-lang.org
The `()` type, also called “unit”.| doc.rust-lang.org
`Result` is a type that represents either success (`Ok`) or failure (`Err`).| doc.rust-lang.org
A thread-safe reference-counting pointer. ‘Arc’ stands for ‘Atomically Reference Counted’.| doc.rust-lang.org