Implement disable/enable timers

This commit is contained in:
Mathias Hall-Andersen
2019-11-06 13:50:38 +01:00
parent 6ba40f17cb
commit 293914e47b
6 changed files with 138 additions and 88 deletions

View File

@@ -3,7 +3,7 @@ use std::sync::atomic::Ordering;
use std::sync::Arc;
use std::sync::Mutex;
use std::thread;
use std::time::{Duration, Instant};
use std::time::Duration;
use num_cpus;