mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-02 14:13:05 +00:00
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:
parent
7ce504a287
commit
170c4c32b5
@ -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/"
|
||||
}
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user