web-worker
Consistent Web Workers in browser and Node.
Found 103 results for worker_threads
Consistent Web Workers in browser and Node.
Consistent Web Workers in browser and Node.
Web workers & worker threads as simple as a function call
Simple worker threads pool using Node's worker_threads module. Compatible with ES6+ Promise, Async/Await.
Fast and small Node.js Worker_Threads and Cluster Worker Pool
worker threads for javascript
Web workers & worker threads as simple as a function call
Web workers & worker threads as simple as a function call
A lightweight tool built on top of Node.js worker_threads, enabling multithreading.
Easily manage a pool of Node.js Worker Threads
simplified cross worker API for web workers and worker threads
Turn node's multitasking modules, child_process and worker_threads into simple async functions
Command runner and consumer
Consistent Web Workers in browser and Node.
A Web Locks API implementation for Node.js
Node task scheduling utilities
A specialized Node.js wrapper for `node-postgres` that prevents event-loop blocking by offloading heavy CPU tasks and complex transactions to worker threads.
🤼♂️ Package that makes it easy and convenient to use native worker_threads module
Consistent Web Workers in browser and Node.js
Lakutata Framework Core
wrap any sync module to thread worker
Simple worker threads pool using Node's worker_threads module. Compatible with ES6+ Promise, Typescript, Async/Await.
Run multiple webpack configurations parallel (using worker_threads underhood)
TreeMap for concurrent programs.
Worker threads pool based on generic-pool
基于nodejs worker_threads的线程池。耗时操作或nodejs没有提供异步模式的api(例如解密、同步的文件api)都可以在线程池中执行,业务代码只需要返回一个Promise或async函数给线程池库,至于业务逻辑做什么操作,其实都可以,比如setTimeout,异步操作,async await等
Data structures for building concurrent programs.
Tread-safe map structure for worker_threads.
Locks for concurrent programs.
A library to implement Goroutine-Like API with worker threads.
TreeMap with variable sized keys/values for concurrent programs.
Store for variable sized buffers to use in concurrent programs.
Heap for concurrent programs.
worker-fn hides the complexity of communication between the JavaScript main thread and Worker threads, making it easy to call the functions defined in workers.
Easy way to manage a pool of workers, support cluster mode(run tasks in different process), thread mode(run tasks in different thread) and normal mode(run tasks in current thread)!
Web workers & worker threads as simple as a function call
Web workers & worker threads as simple as a function call
A easy way to create a pool of worker threads.
Easy way to manage a pool of worker threads.
A Fastify plugin that exposes threads.js functionality
With this library, you can create a Promise that executes in a new thread.
Node.js Atomic thread safe tools
Promises + Workers = multi-threaded PromiseWorkers!
Z-IPC is an easy-to-use, extensible and fully type-safe IPC solution for JavaScript environments.
Consistent Web Workers in browser and Node (NWJS-compatible fork)
one proxy for request ai site
Execute code in a background worker thread on node.js
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.
Zero-dependency concurrent function execution for Node.js using worker threads.
Lib for shared data transfer between streams
基于Node.js worker_threads 的轻量级跨线程RPC通信模块,支持主线程与Worker线程之间的异步方法调用。
Consistent Web Workers in browser and Node.
A library for synchronously executing asynchronous operations with type-safe calls.
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'
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.
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.
thread pool
A simple wrapper for worker_threads that adds events
工作线程方法包装
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