node-threadrunner
Execute code in a background worker thread on node.js
Found 103 results for worker_threads
Execute code in a background worker thread on node.js
Zero-dependency concurrent function execution for Node.js using worker threads.
Thread pool with Auto-configuration for worker_threads, provides both thread and pool function, has thread-safe storage
A lightweight tool built on top of Node.js worker_threads, enabling multithreading.
Lib for shared data transfer between streams
A library for synchronously executing asynchronous operations with type-safe calls.
Data structures for building concurrent programs.
Consistent Web Workers in browser and Node.
Store for variable sized buffers to use in concurrent programs.
Nodejs worker_threads promised wrapper
基于nodejs worker_threads的线程池。耗时操作或nodejs没有提供异步模式的api(例如解密、同步的文件api)都可以在线程池中执行,业务代码只需要返回一个Promise或async函数给线程池库,至于业务逻辑做什么操作,其实都可以,比如setTimeout,异步操作,async await等
Check if javascript code is running in the main thread or in a worker thread. This module is compatible with web browsers, bun, deno and node.js. # Usage ```js import { isMainThread } from '@dandre3000/is-main-thread'
Heap for concurrent programs.
TreeMap for concurrent programs.
Locks for concurrent programs.
Magical RPC proxy
NodeJS library for starting cron jobs in separate threads
Easily use worker_threads with Typescript
Synchronous message channel for inter-thread communication
基于 worker_threads 的通用线程池任务执行器(支持并发控制、顺序输出、超时终止)
Web workers & worker threads as simple as a function call
Consistent Web Workers in browser and Node.
基于Node.js worker_threads 的轻量级跨线程RPC通信模块,支持主线程与Worker线程之间的异步方法调用。
TreeMap with variable sized keys/values for concurrent programs.
Web workers & worker threads as simple as a function call
Web workers & worker threads as simple as a function call
Run your CPU intensive functions in a separate thread on the fly, and keep your application running at 60FPS.
Easy way to create worker threads or forks with two way communication to do heavy tasks
Call another threads as simple as a function call
bthreads worker prelude
Easy way to manage a pool of worker threads.
A node.js worker_thread that runs once, can load modules and returns stdout
ergate
Consistent Web Workers in browser and Node.
Consistent Web Workers in browser and Node.
多线程工具
Create and manage a pool of worker threads with an improved two-way communication.
A simple wrapper for worker_threads that adds events
thread pool
工作线程方法包装
Split CPU-intensive tasks on multiple servers through node worker_threads.
Working example implementation of "worker_threads"
Simple multithreading for Node.js
Node.js Worker class compatible with typescript files
Wrapper for Node's Workers, easily define methods and share them between main thread and worker.
Consistent Web Workers in browser and Node.
Iterface for worker_threads as socket.io (emit/on)
Runs a function as a worker thread.
Worker thread with a RPC api
A multithreaded CLI tool to find all imports of a specified package across various file types. https://github.com/SnypeAI/whatImports
multithreaded utility functions for node using worker threads
Web workers & worker threads as simple as a function call
Simple, no frills, threading in Node.js
Helps you use workers more easily in NodeJS, just like an async function
Run your code including all imports inside workers on either the web or on NodeJS!
Require module as Worker Thread
ECMAScript 2020 parser for JavaScript and TypeScript, based on buntis. Used by SpringType Bundler/Compiler.
Web workers & worker threads as simple as a function call
工作线程方法包装
simplified cross worker API for web workers and worker threads
Web workers & worker threads as simple as a function call
use sharedArrayBuffer to store data