index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libutil
/
thread-pool.cc
Age
Commit message (
Expand
)
Author
2024-10-09
Fix std::terminate call in thread pool
Jade Lovelace
2024-10-01
Split ignoreException to avoid suppressing CTRL-C
Robert Hensing
2024-05-29
util.hh: Delete remaining file and clean up headers
Tom Hubrecht
2024-03-29
Add `pre-commit` checks
Rebecca Turner
2024-03-11
util.hh: split out signals stuff
Jade Lovelace
2024-03-04
Merge pull request #9687 from edolstra/withFramedSink-ctrl-c-hang
eldritch horrors
2021-12-22
Remove CPU locking
Eelco Dolstra
2017-10-09
Fix a hang in ThreadPool
Eelco Dolstra
2017-09-08
ThreadPool: On exception, interrupt the other worker threads
Eelco Dolstra
2017-09-08
ThreadPool: Improve exception handling
Eelco Dolstra
2016-09-21
printMsg(lvlError, ...) -> printError(...) etc.
Eelco Dolstra
2016-07-21
Fix assertion failure in ThreadPool::enqueue()
Eelco Dolstra
2016-04-22
ThreadPool: Start doing work as soon as work items are enqueued
Eelco Dolstra
2016-03-29
Improve SIGINT handling in multi-threaded programs
Eelco Dolstra
2016-03-29
Add "nix verify-paths" command
Eelco Dolstra