An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications.
cargo add tokio
[dependencies]
tokio = "1.52.3"
| 官网 | https://tokio.rs |
|---|---|
| 仓库 | https://github.com/tokio-rs/tokio |
| 最新版本 | 1.52.3 |
| 分类 | asynchronous, network-programming |