Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Drop .hpp for header only things | Dan Goodliffe | 2023-04-29 |
| | | | | Half of them acquired a .cpp part anyway | ||
* | Current thread partakes in work effort while waiting | Dan Goodliffe | 2023-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 uses | Dan Goodliffe | 2023-04-14 |
| | |||
* | New WorkItem/job/promise/future based interface | Dan Goodliffe | 2023-04-14 |
| | |||
* | Global worker instance | Dan Goodliffe | 2023-04-14 |