Compare commits
1 Commits
6e9761e5dc
...
0737ca6907
Author | SHA1 | Date |
---|---|---|
|
0737ca6907 |
|
@ -288,7 +288,7 @@ pub fn scan_camera(timeout: Duration, index: usize) -> Result<Option<String>, QR
|
||||||
arced.1.notify_one();
|
arced.1.notify_one();
|
||||||
}
|
}
|
||||||
|
|
||||||
// dbg_elapsed(count, start);
|
dbg_elapsed(count, start);
|
||||||
|
|
||||||
arced.0.lock().expect(bug::bug!(POISONED_MUTEX)).shutdown = true;
|
arced.0.lock().expect(bug::bug!(POISONED_MUTEX)).shutdown = true;
|
||||||
eprintln!("shutting down threads (bad)");
|
eprintln!("shutting down threads (bad)");
|
||||||
|
|
Loading…
Reference in New Issue