Multithreading for Nodejs
thread
Thread and ThreadPool functions.
The definitive library for real parallel threads in the browser
lightweight thread api implementation with es6 api
A library to use muti-threading in the browser.
A high concurrent IPV4/V6 threading server
将小程序包反编译成源码,小程序安全利器
A tool to call functions on a separate thread.
Async javascript the way I like it.
Just some helper functions
为单线程的JavaScript实现多线程并发的功能,语意上参考Java实现,提供getState/sleep/join等API,并提供线程间通信的功能,依赖ES6语法,基于Promise和Async函数实现,故需要Babel编译才能运行