Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

What the Runtime Provides

Chapter placeholder: separate the language-level Future trait from executor, reactor, timer, networking, and task-spawning services supplied by a runtime.

Primary question: which parts of async Rust belong to the language and standard library, and which come from Tokio or another runtime?