A runtime for writing reliable network applications without compromising speed.| docs.rs
Sends values to the associated `Receiver`.| docs.rs
Discover lesser-known Tokio features like current-thread runtimes for !Send futures, seeded runtimes for deterministic tests, and paused time for precise temporal control in your Rust applications.| Pierre Zemb's Blog
Recently I encountered a bug so cute that I immediately knew that I will want to share it on my blog. It was one of those bugs that even Rust can’t save you from. It occurred in HyperQueue (HQ), a distributed task scheduler written in Rust that I work on.| Kobzol’s blog
Async Rust is powerful. And it can be a pain to work with (and learn). Async Rust can be a pleasure to work with, though, if we can do it without `Send + Sync + 'static`.| Evan Schwartz
Some Rust libraries are like oil and water, they just don't mix. With the async runtime tokio and the data-parallelism library rayon, I learned it the hard way.| blog.dureuill.net
Builds Tokio Runtime with custom configuration values.| docs.rs
Runs the provided closure on a thread where blocking is acceptable.| docs.rs
A runtime for writing reliable network applications without compromising speed.| docs.rs
The Tokio runtime.| docs.rs