mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-15 02:36:16 +02:00
Typo
Co-authored-by: Cole Helbling <cole.e.helbling@outlook.com>
This commit is contained in:
parent
fd8a4a86d9
commit
ed184f0b61
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ void ThreadPool::doWork(bool mainThread)
|
||||||
try {
|
try {
|
||||||
std::rethrow_exception(exc);
|
std::rethrow_exception(exc);
|
||||||
} catch (const Interrupted &) {
|
} catch (const Interrupted &) {
|
||||||
// The interrupted state may be picked up multiple
|
// The interrupted state may be picked up by multiple
|
||||||
// workers, which is expected, so we should ignore
|
// workers, which is expected, so we should ignore
|
||||||
// it silently and let the first one bubble up,
|
// it silently and let the first one bubble up,
|
||||||
// rethrown via the original state->exception.
|
// rethrown via the original state->exception.
|
||||||
|
|
Loading…
Reference in a new issue