Add library package cozytaskpool (#2579)

* packages.json: add cozytaskpool

* comma!
This commit is contained in:
Kirill 2023-05-02 07:51:45 +05:00 committed by GitHub
parent 44714f0830
commit e189595c87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30000,5 +30000,22 @@
"license": "MIT",
"web": "https://github.com/catppuccin/nim",
"doc": "https://catppuccin.github.io/nim"
},
{
"name": "cozytaskpool",
"url": "https://github.com/indiscipline/cozytaskpool",
"method": "git",
"tags": [
"threads",
"tasks",
"multithreading",
"library",
"parallelism",
"threadpool",
"pool"
],
"description": "Cozy Task Pool for threaded concurrency based on tasks and channels.",
"license": "GPL-2.0-or-later",
"web": "https://github.com/indiscipline/cozytaskpool"
}
]