tokio: move signal and process reexports to crate root (#1643)

This commit is contained in:
Ivan Petkov
2019-10-11 11:00:39 -07:00
committed by GitHub
parent 804dbd6f8e
commit 741bef8fe1
7 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ fn run_test() {
finished_clone.store(true, Ordering::SeqCst);
});
thread::sleep(Duration::from_millis(100));
thread::sleep(Duration::from_millis(1000));
assert!(
finished.load(Ordering::SeqCst),
"FINISHED flag not set, maybe we deadlocked?"