Add fixme
This commit is contained in:
parent
293223d0cf
commit
072fd2b0b1
1 changed files with 2 additions and 0 deletions
|
|
@ -4,6 +4,8 @@ use rustc_session::Session;
|
|||
|
||||
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>>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue