Add package asyncanything (#2040)

* Added package asyncanything

* Update packages.json

Co-authored-by: Dominik Picheta <dominikpicheta@googlemail.com>
This commit is contained in:
Hamid Bluri 2021-10-21 15:33:42 -07:00 committed by GitHub
parent 6a38301ea3
commit a05029e1c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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