mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-25 12:00:35 +00:00

It's already Sync because it's safe to access amongst many threads by the sheer fact that data is only accessed on one thread. That is, all other concurrent accessors, if any, will receive `None`.
Description
A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...
MIT
75 MiB
Languages
Rust
100%