add package taskqueue and threadproxy (#1487)

* add package taskqueue and threadproxy
add doc of one of my package

* Remove style changes

Co-authored-by: Jack Tang <me@jackhftang.com>
Co-authored-by: Clyybber <darkmine956@gmail.com>
This commit is contained in:
Jack Tang 2020-05-26 19:47:47 +08:00 committed by GitHub
parent 7ce504a287
commit 170c4c32b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17784,7 +17784,8 @@
],
"description": "An alternative time library",
"license": "MIT",
"web": "https://github.com/jackhftang/timestamp.nim"
"web": "https://github.com/jackhftang/timestamp.nim",
"doc": "https://jackhftang.github.io/timestamp.nim/"
},
{
"name": "decimal128",
@ -18029,5 +18030,35 @@
"description": "A high-level async TDLib wrapper for Nim",
"license": "MIT",
"web": "https://github.com/Yardanico/telenim"
},
{
"name": "taskqueue",
"url": "https://github.com/jackhftang/taskqueue.nim",
"method": "git",
"tags": [
"task",
"scheduler",
"timer"
],
"description": "High precision and high performance task scheduler ",
"license": "MIT",
"web": "https://github.com/jackhftang/taskqueue.nim",
"doc": "https://jackhftang.github.io/taskqueue.nim/"
},
{
"name": "threadproxy",
"url": "https://github.com/jackhftang/threadproxy.nim",
"method": "git",
"tags": [
"thread",
"ITC",
"communication",
"multithreading",
"threading"
],
"description": "Simplify Nim Inter-Thread Communication",
"license": "MIT",
"web": "https://github.com/jackhftang/threadproxy.nim",
"doc": "https://jackhftang.github.io/threadproxy.nim/"
}
]