summaryrefslogtreecommitdiff
path: root/lib/work.h
Commit message (Collapse)AuthorAge
* Simplify worker with jthreadDan Goodliffe2023-04-14
| | | | | Moves thread collection to bottom of class so threads are joined before job storage is destroyed.
* Replace include guard macros with pragma onceDan Goodliffe2022-01-02
|
* Add basic work and worker thread poolDan Goodliffe2021-01-19
Well... that requires GCC 11 cos 10 doesn't implement semaphore.