Loop through asynchronous code with events
Lock on asynchronous code
Tiny helper to prevent blocking Node.js event loop
A mutex for guarding async workflows
Run a list of functions in order in a given object context. The functions can be callback-taking or promise-returning.
A shim for the setImmediate efficient script yielding API
Add async-await for-await loop support to RxJS Observables
Turns async function into sync via JavaScript wrapper of Node event loop
A readable async stream which can be iterated over using a for-await-of loop.
Events for push-flow abstractions
An async stream which can be iterated over using a for-await-of loop.
Higher-order functions and common patterns for asynchronous code
High-priority task queue for Node.js and browsers
Determine if a function is a native async function.
A function that returns the normally hidden `AsyncFunction` constructor
TypeScript client library for Mistral AI on Google Cloud
JavaScript Performance Monitor
Helper function to remap async functions to generators
Common modules used by @theintern projects
Fast, reliable cipher, hash and hmac methods executed in Node's threadpool for multi-core throughput.
Turn async generator functions into ES2015 generators
Turn async functions into ES2015 generators
Allow parsing of async generator functions
NodeJS class for parsing iCalendar/ICS files
The intent of LightIO is to provide ruby stdlib compatible modules, that user can use these modules instead stdlib, to gain the benefits of IO event loop without care any details about react or async programming.
A production-grade lightweight scheduler built on top of Async. Single event loop with min-heap timer, skip-overlapping execution, jitter, monotonic clock intervals, semaphore concurrency control, and deterministic worker sharding. Designed for Falcon but works with any Async-based application.
Quiq is a distributed task queue backed by Redis to process jobs in background. It relies on asynchronous IOs to process multiple jobs simultaneously. The event loop is provided by the Async library and many other gems of the Socketry family.
Unified C-extension gem for zstd, lz4, and brotli compression. One-shot, streaming, IO wrappers, dictionary support. Fiber-friendly: cooperates with Fiber::Scheduler (async, falcon) so CPU-heavy compression never blocks the event loop. Ships vendored sources — no system libraries required.