timer: use our own AtomicU64 on targets with target_has_atomic less than 64 (#1538)

This commit is contained in:
Taiki Endo
2019-09-13 10:18:32 -07:00
committed by Carl Lerche
parent 578a9aec16
commit efb27731ad
6 changed files with 94 additions and 18 deletions
+1
View File
@@ -43,6 +43,7 @@ pub mod throttle;
pub mod timeout;
pub mod timer;
mod atomic;
mod delay;
mod error;
mod interval;