index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libutil
/
thread-pool.hh
Age
Commit message (
Expand
)
Author
2024-08-26
treewide: fix a bunch of lints
Jade Lovelace
2024-05-29
util.hh: Delete remaining file and clean up headers
Tom Hubrecht
2023-04-07
Finish converting existing comments for internal API docs (#8146)
John Ericson
2023-03-31
Ensure all headers have `#pragma once` and are in API docs
John Ericson
2023-03-31
Extend internal API docs, part 2
John Ericson
2019-11-10
Fix extra ; warnings involving MakeError
John Ericson
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
2017-07-03
processGraph(): Call getEdges in parallel
Eelco Dolstra
2016-07-21
Fix assertion failure in ThreadPool::enqueue()
Eelco Dolstra
2016-04-22
Factor out parallel processing of work items that have dependencies
Eelco Dolstra
2016-04-22
ThreadPool: Start doing work as soon as work items are enqueued
Eelco Dolstra
2016-03-29
Add "nix verify-paths" command
Eelco Dolstra