theanarkh / nodejs-threadpoolView on GitHub
基于nodejs worker_threads的线程池。耗时操作或nodejs没有提供异步模式的api(例如解密、同步的文件api)都可以在线程池中执行,业务代码只需要返回一个Promise或async函数给线程池库,至于业务逻辑做什么操作,其实都可以,比如setTimeout,异步操作,async await等
79Oct 28, 2025Updated 4 months ago

Alternatives and similar repositories for nodejs-threadpool

Users that are interested in nodejs-threadpool are comparing it to the libraries listed below

Sorting:

Are these results useful?