From a05029e1c8fe9c83234a4bd0543d479a383fdf7d Mon Sep 17 00:00:00 2001
From: Hamid Bluri
Date: Thu, 21 Oct 2021 15:33:42 -0700
Subject: [PATCH] Add package asyncanything (#2040)
* Added package asyncanything
* Update packages.json
Co-authored-by: Dominik Picheta
---
packages.json | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/packages.json b/packages.json
index 5313caf..fe4e9d1 100644
--- a/packages.json
+++ b/packages.json
@@ -24000,5 +24000,18 @@
"description": "Converts HTML to Karax representation",
"license": "MIT",
"web": "https://github.com/thisago/tokarax"
+ },
+ {
+ "name": "asyncanything",
+ "url": "https://github.com/hamidb80/asyncanything",
+ "method": "git",
+ "tags": [
+ "async",
+ "threads",
+ "async-threads"
+ ],
+ "description": "make anything async [to be honest, fake async]",
+ "license": "MIT",
+ "web": "https://github.com/hamidb80/asyncanything"
}
]