mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-02-23 15:17:39 +01:00
8 lines
192 B
Plaintext
8 lines
192 B
Plaintext
|
config BR2_PACKAGE_PTHREADPOOL
|
||
|
bool "pthreadpool"
|
||
|
select BR2_PACKAGE_FXDIV
|
||
|
help
|
||
|
Portable (POSIX/Windows/Emscripten) thread pool for C/C++
|
||
|
|
||
|
https://github.com/Maratyszcza/pthreadpool/
|