summaryrefslogtreecommitdiff
path: root/test/test-worker.cpp
Commit message (Collapse)AuthorAge
* Drop .hpp for header only thingsDan Goodliffe2023-04-29
| | | | Half of them acquired a .cpp part anyway
* Current thread partakes in work effort while waitingDan Goodliffe2023-04-14
| | | | This will prevent deadlock if the work pool is otherwise busy by ensuring work is always being done
* Simplify doWork, add tests for various interface usesDan Goodliffe2023-04-14
|
* New WorkItem/job/promise/future based interfaceDan Goodliffe2023-04-14
|
* Global worker instanceDan Goodliffe2023-04-14