Skip to content

Commit

Permalink
Added package threadButler (#2775)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippMDoerner authored Dec 25, 2023
1 parent e38205f commit 7821c86
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]

0 comments on commit 7821c86

Please sign in to comment.