@actualwave/resolve-or-timeout
Function that runs in Promise.race() your promise and a timeout, if timeout completes first resulting promise rejects with error.
Function that runs in Promise.race() your promise and a timeout, if timeout completes first resulting promise rejects with error.
Map over promises concurrently
Map over promises concurrently
CommonJS version of steno 4.0.2. See https://github.com/mifi/commonify
Helpers for Disposable
Helpers for Disposable
CommonJS version of steno 4.0.2. See https://github.com/mifi/commonify
Limit concurrency of an array of class instance whose async method is to be called
Mutual Exclusion mechanism for Asynchronous JS Code.
Wait for any promise to be fulfilled. This is a fork of sindresorhus/p-any, but with CommonJS support.
Map over promises concurrently. This is a fork of sindresorhus/p-map, but with CommonJS support.
Wait for a specified number of promises to be fulfilled. This is a fork of sindresorhus/p-some, but with CommonJS support.
A borsh implementation with decorator support
The type definitions for Race SDK
The Facade integration for Race SDK
Specialized fast async file writer
CommonJS version of steno 3.0.0. See https://github.com/mifi/commonify
CommonJS version of steno 3.0.0. See https://github.com/mifi/commonify
Wait for a left-most matched promise to be fulfilled
Async mutex lock for managing access to a shared resource