We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 293223d commit 072fd2bCopy full SHA for 072fd2b
src/concurrency_limiter.rs
@@ -4,6 +4,8 @@ use rustc_session::Session;
4
5
use jobserver::HelperThread;
6
7
+// FIXME don't panic when a worker thread panics
8
+
9
pub(super) struct ConcurrencyLimiter {
10
helper_thread: Option<HelperThread>,
11
state: Arc<Mutex<state::ConcurrencyLimiterState>>,
0 commit comments