From fa27c45ddb5b8ed9c0dbc90417cb083d10b01618 Mon Sep 17 00:00:00 2001 From: Antonis Geralis <43617260+planetis-m@users.noreply.github.com> Date: Tue, 29 Jun 2021 13:31:59 +0300 Subject: [PATCH] Add package sync (#1957) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index fe5c99f..92800d0 100644 --- a/packages.json +++ b/packages.json @@ -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",