thread_pools
Thread pool with Auto-configuration for worker_threads, provides both thread and pool function, has thread-safe storage
Thread pool with Auto-configuration for worker_threads, provides both thread and pool function, has thread-safe storage
A lightweight library providing both local and distributed locking primitives (mutexes, semaphores, and read-write locks) for managing concurrency in Node.js.
An extension to the core @apiratorjs/locking library, providing Redis-based implementations of distributed mutexes and semaphores for true cross-process concurrency control in Node.js.
This library allows you to use concept of mutex for shared in-memory resource in asynchronous environment.