mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-13 10:48:12 +08:00
15 lines
320 B
JSON
15 lines
320 B
JSON
|
{
|
||
|
"name": "pthreadpool",
|
||
|
"version-date": "2020-02-21",
|
||
|
"description": "Portable (POSIX/Windows/Emscripten) thread pool for C/C++",
|
||
|
"homepage": "https://github.com/Maratyszcza/pthreadpool",
|
||
|
"supports": "!uwp",
|
||
|
"dependencies": [
|
||
|
"fxdiv",
|
||
|
{
|
||
|
"name": "pthreads",
|
||
|
"platform": "uwp"
|
||
|
}
|
||
|
]
|
||
|
}
|