neko-threadpoolv1.0.3
- Updated
An easy-to-use and efficient C++ 20 thread pool that supports task priorities and task submission to specific threads.
- Project website: https://github.com/hoshimoe/NekoThreadPool
#Usage
NekoThreadPool provides CMake targets:
find_package(NekoThreadPool CONFIG REQUIRED)
target_link_libraries(main PRIVATE Neko::ThreadPool)#Supported Platforms
All platforms supported.
#Features
No features defined.
#Used By
No ports use this.
#Host Tool For
No ports use this.
#Contributors
Hoshi
SunBlack
Hoshi