mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-16 00:00:12 +02: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`.