mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-27 00:00:12 +02:00
timer: use std::sync::atomic::AtomicU64 instead of own AtomicU64 (#1421)
This commit is contained in:
@@ -38,7 +38,6 @@ pub mod throttle;
|
||||
pub mod timeout;
|
||||
pub mod timer;
|
||||
|
||||
mod atomic;
|
||||
mod delay;
|
||||
mod error;
|
||||
mod interval;
|
||||
|
||||
Reference in New Issue
Block a user