Hi community! Wanted to share a project of mine that is now enabling parallelism across many of my open-source projects: ForkUnion. The absolute majority of "thread pool" projects on GitHub are `std::deque >` task queues guarded by a `std::mutex`.
Source: [Hacker News](https://github.com/ashvardanian/ForkUnion)