Add package sync (#1957)

This commit is contained in:
Antonis Geralis 2021-06-29 13:31:59 +03:00 committed by GitHub
parent d274dbbc08
commit fa27c45ddb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15606,6 +15606,20 @@
"license": "MIT",
"web": "https://github.com/planetis-m/manu"
},
{
"name": "sync",
"url": "https://github.com/planetis-m/sync",
"method": "git",
"tags": [
"synchronization",
"multithreading",
"parallelism",
"threads"
],
"description": "Useful synchronization primitives",
"license": "MIT",
"web": "https://github.com/planetis-m/sync"
},
{
"name": "jscanvas",
"url": "https://github.com/planetis-m/jscanvas",