Skip to content

Commit

Permalink
Add fixme
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Aug 24, 2022
1 parent 293223d commit 072fd2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/concurrency_limiter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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>>,
Expand Down

0 comments on commit 072fd2b

Please sign in to comment.