适用于 C/C++ 的便携式 (POSIX/Windows/Emscripten) 线程池
pthreadpool is a portable and efficient thread pool implementation.
It provides similar functionality to #pragma omp parallel for, but with additional features.
The following example demonstates using the thread pool for parallel addition of two arrays:
…
暂无开放 Issues,或尚未同步最近议题。