Add fixme

This commit is contained in:
bjorn3 2022-08-24 14:28:40 +00:00
parent 293223d0cf
commit 072fd2b0b1

View File

@ -4,6 +4,8 @@
use jobserver::HelperThread;
// FIXME don't panic when a worker thread panics
pub(super) struct ConcurrencyLimiter {
helper_thread: Option<HelperThread>,
state: Arc<Mutex<state::ConcurrencyLimiterState>>,