An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications.
# Cargo.toml
[dependencies]
tokio = "1.52.3"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a Tokio runtime and runs an async block.
Add `tokio = { version = "1", features = ["rt-multi-thread"] }` to Cargo.toml if you disable default features.Ensure `macros` feature is enabled or use `#[tokio::main]` only with default features.
No dependency data recorded yet.