aboutsummaryrefslogtreecommitdiff
path: root/src/libutil/thread-pool.hh
AgeCommit message (Expand)Author
2024-08-26treewide: fix a bunch of lintsJade Lovelace
2024-05-29util.hh: Delete remaining file and clean up headersTom Hubrecht
2023-04-07Finish converting existing comments for internal API docs (#8146)John Ericson
2023-03-31Ensure all headers have `#pragma once` and are in API docsJohn Ericson
2023-03-31Extend internal API docs, part 2John Ericson
2019-11-10Fix extra ; warnings involving MakeErrorJohn Ericson
2017-10-09Fix a hang in ThreadPoolEelco Dolstra
2017-09-08ThreadPool: On exception, interrupt the other worker threadsEelco Dolstra
2017-09-08ThreadPool: Improve exception handlingEelco Dolstra
2017-07-03processGraph(): Call getEdges in parallelEelco Dolstra
2016-07-21Fix assertion failure in ThreadPool::enqueue()Eelco Dolstra
2016-04-22Factor out parallel processing of work items that have dependenciesEelco Dolstra
2016-04-22ThreadPool: Start doing work as soon as work items are enqueuedEelco Dolstra
2016-03-29Add "nix verify-paths" commandEelco Dolstra