Modules§
- io
- Traits, helpers, and type definitions for asynchronous I/O functionality.
- net
- TCP/UDP/Unix bindings for
tokio. - stream
- Due to the
Streamtrait’s inclusion instdlanding later than Tokio’s 1.0 release, most of the Tokio stream utilities have been moved into thetokio-streamcrate. - task
- Asynchronous green-threads.
Macros§
- pin
- Pins a value on the stack.