Core I/O and event loop primitives for asynchronous I/O in Rust, foundation for the rest of the tokio crates.
# Cargo.toml
[dependencies]
tokio-core = "0.1.18"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a Tokio event loop core.
Migrate to `tokio` crate with `tokio::runtime::Runtime`.
No dependency data recorded yet.