Skip to main content

2 docs tagged with "tokio"

View all tags

Async/Await

How Rust's async/await compiles to state machines, and what this means for performance and correctness.

Tokio Runtime

How Tokio's multi-threaded work-stealing runtime schedules async tasks across OS threads.