Added package threadButler (#2775)

This commit is contained in:
PhilippMDoerner 2023-12-25 04:24:23 +01:00 committed by GitHub
parent e38205fdec
commit 7821c86fda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
]