Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Latest clang-formatting | Dan Goodliffe | 2022-10-02 |
| | |||
* | Replace include guard macros with pragma once | Dan Goodliffe | 2022-01-02 |
| | |||
* | Add requires on factory like functions | Dan Goodliffe | 2021-03-16 |
| | |||
* | Add a non-threaded worker | Dan Goodliffe | 2021-02-20 |
| | | | | Runs work immediately for when compiler doesn't support C++20 semaphore | ||
* | Add basic work and worker thread pool | Dan Goodliffe | 2021-01-19 |
Well... that requires GCC 11 cos 10 doesn't implement semaphore. |