Introduction
The internals section provides an in-depth guide of Tokio’s internals. It expects the reader already has a good understanding of how to use Tokio. Those unfamiliar with Tokio should start with the getting started guide.
- Runtime model - An overview of Tokio’s asynchronous runtime model.
- Non-blocking I/O - Implementation details of Tokio’s network related types (TCP, UDP, …).
Next up: Runtime model