Announcing Tokio 1.0
We are pleased to announce the 1.0 release of Tokio, an asynchronous
runtime for the Rust programming language. Tokio provides the needed building
blocks for writing reliable networking applications without compromising speed.
It comes with asynchronous APIs for TCP, UDP, timers, a multi-threaded,
work-stealing scheduler, and more.
Over the years, we have been delighted watching our users build amazing things.
For example, Discord used Tokio to reduce tail latencies 5x. Fly.io found
that, with Tokio, they can effortlessly meet their performance requirements and
focus on delivering features to their customers. For the Zcash Foundation, building on Tokio
enables them to design misuse-resistant APIs. For AWS, their Lambda