tokio 1.23.1

An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications.
Documentation
1
2
#![cfg(not(any(feature = "full", tokio_wasm)))]
compile_error!("run main Tokio tests with `--features full`");