From 7821c86fda1193c7fda59436af57b966d91b9cac Mon Sep 17 00:00:00 2001 From: PhilippMDoerner Date: Mon, 25 Dec 2023 04:24:23 +0100 Subject: [PATCH] Added package threadButler (#2775) --- packages.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/packages.json b/packages.json index b2c83a9..6d4fee5 100644 --- a/packages.json +++ b/packages.json @@ -32194,5 +32194,22 @@ "description": "Opinionated code formatter", "license": "MIT License", "web": "https://github.com/arnetheduck/nph" + }, + { + "name": "threadButler", + "url": "https://github.com/PhilippMDoerner/Appster", + "method": "git", + "tags": [ + "channels", + "multithreading", + "parallelism", + "message-passing", + "client-server", + "library", + "alpha" + ], + "description": "Use threads as if they were servers/microservices to enable multi-threading with a simple mental model.", + "license": "MIT", + "web": "https://github.com/PhilippMDoerner/Appster" } ]