mirror of
https://github.com/logos-messaging/packages.git
synced 2026-08-03 00:53:11 +00:00
Add library package cozytaskpool (#2579)
* packages.json: add cozytaskpool * comma!
This commit is contained in:
parent
44714f0830
commit
e189595c87
@ -30000,5 +30000,22 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"web": "https://github.com/catppuccin/nim",
|
"web": "https://github.com/catppuccin/nim",
|
||||||
"doc": "https://catppuccin.github.io/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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user