62 packages found
Lakutata Framework Core
- lakutata
- framework
- typescript
- extendable
- app
- application
- iot
- ioc
- di
- dependency injection
- dependency inversion
- inversion of control
- multiprocess
- multiple processes
- View more
Web workers & worker threads as simple as a function call
Consistent Web Workers in browser and Node.
A Fastify plugin that exposes threads.js functionality
A easy way to create a pool of worker threads.
Consistent Web Workers in browser and Node.
基于nodejs worker_threads的线程池。耗时操作或nodejs没有提供异步模式的api(例如解密、同步的文件api)都可以在线程池中执行,业务代码只需要返回一个Promise或async函数给线程池库,至于业务逻辑做什么操作,其实都可以,比如setTimeout,异步操作,async await等
Execute code in a background worker thread on node.js
Runs a function as a worker thread.
A node.js worker_thread that runs once, can load modules and returns stdout
基于nodejs worker_threads的线程池。耗时操作或nodejs没有提供异步模式的api(例如解密、同步的文件api)都可以在线程池中执行,业务代码只需要返回一个Promise或async函数给线程池库,至于业务逻辑做什么操作,其实都可以,比如setTimeout,异步操作,async await等
Easy way to create worker threads or forks with two way communication to do heavy tasks
use sharedArrayBuffer to store data
Easy way to manage a pool of worker threads.
- thread
- pool
- worker_threads
- workers
- threads
- worker
- async
- cpu-bound
- parallelism
- parallel
- process
- worker_thread
- queue
- task
Thread pool with Auto-configuration for worker_threads, provides both thread and pool function, has thread-safe storage
- thread pool
- threadpool
- thread_pool
- thread-pool
- thread safe
- thread
- threads
- pool
- worker_threads
- workers
- thread-safe
- thread-safety
Nodejs worker_threads promised wrapper
Simple worker threads pool using Node's worker_threads module. Compatible with ES6+ Promise, Async/Await.
Consistent Web Workers in browser and Node.