Abortable async function primitives and combinators
-
Updated
Apr 23, 2024 - TypeScript
Abortable async function primitives and combinators
An asynchronous tools library in the style of higher-order functions.
makes a function atomic with timeout and abort signal
Make any iterator or iterable abortable via an AbortSignal
cancelable request allows us to abort Web requests as and when desired.
A collection of wrappers and utility functions for working with AbortSignals.
Abortable fetch wrapper with the ability to specify the return type.
Create an asynchronous function that ensures only the last call is executed.
Race an array of promises against a promise that rejects if nothing happens in the specified time window, but that can be postponed by signaling activity
Add a description, image, and links to the abort topic page so that developers can more easily learn about it.
To associate your repository with the abort topic, visit your repo's landing page and select "manage topics."