mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-28 00:00:11 +02:00
timer: use our own AtomicU64 on targets with target_has_atomic less than 64 (#1538)
This commit is contained in:
@@ -43,6 +43,7 @@ pub mod throttle;
|
||||
pub mod timeout;
|
||||
pub mod timer;
|
||||
|
||||
mod atomic;
|
||||
mod delay;
|
||||
mod error;
|
||||
mod interval;
|
||||
|
||||
Reference in New Issue
Block a user