summaryrefslogtreecommitdiff
path: root/lib/worker.cpp
Commit message (Collapse)AuthorAge
* Add a non-threaded workerDan Goodliffe2021-02-20
| | | | Runs work immediately for when compiler doesn't support C++20 semaphore
* Add basic work and worker thread poolDan Goodliffe2021-01-19
Well... that requires GCC 11 cos 10 doesn't implement semaphore.