flâneur — a map of the web's best reading

Tutorial | Tokio - An asynchronous Rust runtime

tokio.rs · 856 words · saved by 1 readers

Tokio is a runtime for writing reliable asynchronous applications with Rust. It provides async I/O, networking, scheduling, timers, and more.

Tutorial | Tokio - An asynchronous Rust runtime TABLE OF CONTENTS Tokio Tutorial Overview Setup Hello Tokio Spawning Shared state Channels I/O Framing Async in depth Select Streams Topics Bridging with sync code Graceful Shutdown Getting started with Tracing Next steps with Tracing Unit Testing Glossary API documentation Tutorial Tokio is an asynchronous runtime for the Rust programming language. It provides the building blocks needed for writing networking applications. It gives the flexibility to target a wide range of systems, from large servers with dozens of cores to small embedded device

Explore this link on the map →

related reading