Compare commits

..

1 Commits

Author SHA1 Message Date
Ryan Heywood acdf894558
keyfork-qrcode: add threaded handler 2025-05-10 13:42:07 -04:00
1 changed files with 3 additions and 0 deletions

View File

@ -285,6 +285,9 @@ pub fn scan_camera(timeout: Duration, index: usize) -> Result<Option<String>, QR
// dbg_elapsed(count, start);
arced.0.lock().expect(bug::bug!(POISONED_MUTEX)).shutdown = true;
arced.1.notify_all();
Ok(None)
})
}