- A modern, fast, lightweight thread pool library based on C++17
- Only the linux OS is supported
- Support thread binding core
- Support thread naming
- Supports thread task execution priority, default is immediate execution without priority
- Support for getting thread task group return values
cmake -S . -B build
make --build build