timer: use std::sync::atomic::AtomicU64 instead of own AtomicU64 (#1421)

This commit is contained in:
Taiki Endo
2019-08-10 03:42:03 +09:00
committed by GitHub
parent f7b41c9dcc
commit 42fa0c28d3
4 changed files with 2 additions and 93 deletions
-1
View File
@@ -38,7 +38,6 @@ pub mod throttle;
pub mod timeout;
pub mod timer;
mod atomic;
mod delay;
mod error;
mod interval;