Add fixme
This commit is contained in:
parent
293223d0cf
commit
072fd2b0b1
@ -4,6 +4,8 @@
|
|||||||
|
|
||||||
use jobserver::HelperThread;
|
use jobserver::HelperThread;
|
||||||
|
|
||||||
|
// FIXME don't panic when a worker thread panics
|
||||||
|
|
||||||
pub(super) struct ConcurrencyLimiter {
|
pub(super) struct ConcurrencyLimiter {
|
||||||
helper_thread: Option<HelperThread>,
|
helper_thread: Option<HelperThread>,
|
||||||
state: Arc<Mutex<state::ConcurrencyLimiterState>>,
|
state: Arc<Mutex<state::ConcurrencyLimiterState>>,
|
||||||
|
Loading…
Reference in New Issue
Block a user