Merge pull request #1964 from yglukhov/asyncthreadpool

Added asyncthreadpool
This commit is contained in:
Andreas Rumpf 2021-07-06 17:17:37 +02:00 committed by GitHub
commit ef1e0b18ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23256,5 +23256,18 @@
"description": "Bindings for Greasemonkey API and an userscript header generator",
"license": "MIT",
"web": "https://gitea.com/thisago/gm_api"
},
{
"name": "asyncthreadpool",
"url": "https://github.com/yglukhov/asyncthreadpool",
"method": "git",
"tags": [
"async",
"threadpool",
"multithreading"
],
"description": "Awaitable threadpool",
"license": "MIT",
"web": "https://github.com/yglukhov/asyncthreadpool"
}
]