From f217d3f46dfee35d3d658e624f691ae8d35e1a50 Mon Sep 17 00:00:00 2001 From: Yuriy Glukhov Date: Tue, 6 Jul 2021 17:13:51 +0300 Subject: [PATCH] Added asyncthreadpool --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 82f870d..e485d57 100644 --- a/packages.json +++ b/packages.json @@ -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" } ]