blob: e3924a69836df593e94f5d7ccab236d7f01da9d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"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"
}
]
}
|