syncguard
Functional TypeScript library for distributed locking across microservices. Prevents race conditions with Redis, PostgreSQL, Firestore, and custom backends. Features automatic lock management, timeout handling, and extensible architecture.
Found 19 results for race-condition
Functional TypeScript library for distributed locking across microservices. Prevents race conditions with Redis, PostgreSQL, Firestore, and custom backends. Features automatic lock management, timeout handling, and extensible architecture.
An efficient keyed Promise lock for Node.js projects, ensuring the mutually exclusive execution of tasks associated with the same key. Key features include active key metrics and the ability to gracefully await the completion of all currently executing or
An efficient Promise lock for Node.js projects, ensuring mutually exclusive execution of asynchronous tasks. Key features include a backpressure indicator, access to the currently executing task promise for smart reuse (useful when launching a duplicate t
An optimized, framework-agnostic solution for handling search-as-you-type functionality
const fetch = useFetchUntilMounting([...dependencyList])
A lightweight library providing both local and distributed locking primitives (mutexes, semaphores, and read-write locks) for managing concurrency in Node.js.
Production-ready TypeScript authentication library with automatic token refresh, multi-tab sync, and race condition prevention
> A set of tools to avoid race conditions in RxJS subscriptions.
A Node-RED node that acts as an auto-resetting gate, blocking or allowing messages for a configurable delay after receiving a control message.
In an async environment, a race condition occurs when two or more async operations attempt to update mutable shared data at the same time. @synchronized decorator offers a mechanism to avoid race conditions by synchronizing async operations access to shar
setInterval for promises and async functions. Support graceful shutdown and prevent multiple executions from overlapping in time.
Atomic file locking utility with exponential backoff retry, stale lock detection, and automatic cleanup
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.
JavaScript multithreading synchronization library
Environment-agnostic production-ready promise utility library for managing promise stacks and race conditions. Supports Node.js, Deno, and browsers.
const resource = useAsyncResource(resolve => load => commit, [...dependencyList)
A workflow orchestrator with chainable async interfaces, ledger integration for operation tracking, and race condition detection
In-memory lock utility to prevent race conditions in JavaScript apps.
一个轻量级的请求管理器,用于解决网络请求竞态问题