Recent Releases of https://github.com/conorwilliams/threadpool

https://github.com/conorwilliams/threadpool - `std::async` API

Thiefpool now follows the std::async interface copying arguments by default. Additionally, we have included promise's exception handling.

- C++
Published by ConorWilliams about 5 years ago

https://github.com/conorwilliams/threadpool - Random stealing

Non-deterministic stealing helps to avoid contention, additionally a small spin upon thread release (trying to get work from own queue) helps to prevent contention.

- C++
Published by ConorWilliams about 5 years ago

https://github.com/conorwilliams/threadpool - Detached enqueuing

- C++
Published by ConorWilliams about 5 years ago

https://github.com/conorwilliams/threadpool - Initial release

- C++
Published by ConorWilliams about 5 years ago