Block or Report
Block or report theanarkh
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
-
-
-
-
nodejs-threadpool Public
基于nodejs worker_threads的线程池。耗时操作或nodejs没有提供异步模式的api(例如解密、同步的文件api)都可以在线程池中执行,业务代码只需要返回一个Promise或async函数给线程池库,至于业务逻辑做什么操作,其实都可以,比如setTimeout,异步操作,async await等
-
358 contributions in the last year
Less
More
Contribution activity
September 2022
Created 14 commits in 4 repositories
Created 3 repositories
- theanarkh/multi-thread-server C
- theanarkh/nodejs-diagnostics JavaScript
- theanarkh/nodejs-inspector JavaScript
Created a pull request in nodejs/node that received 8 comments
src: remove unnecessary callback of uv_close
remove unnecessary callback of uv_close.
make -j4 test (UNIX), or vcbuild test (Windows) passes
tests and/or benchmarks are included
documentat…
+2
−8
•
8
comments
Opened 5 other pull requests in 2 repositories
nodejs/node
1
closed
3
open
libuv/libuv
1
open
Reviewed 9 pull requests in 1 repository
nodejs/node
9 pull requests
- build: remove redundant entry in crypto
- doc: use serial comma in report docs
- doc: use serial comma in stream docs
-
fs: remove unused option in
fs.fstatSync() - src: make NearHeapLimitCallback() more robust
- doc: do not use weak MODP group in example
- v8: add setHeapSnapshotNearHeapLimit
- report: add request info to report
- src: trace threadpool event
Created an issue in libuv/libuv that received 4 comments
threadpool: the number of tasks
Can Libuv add a function to get the number of tasks waiting to be processed in the thread pool ?
4
comments




