Alex Crichton d2bb8e01fd Implement Sync for LoopData
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`.
2016-08-05 14:01:36 -07:00
2016-08-05 14:01:36 -07:00
2016-08-05 09:44:00 -07:00
2016-08-05 09:44:00 -07:00
Description
A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...
MIT 75 MiB
Languages
Rust 100%