Search results
81 packages found
Sort by: Default
- Default
- Most downloaded this week
- Most downloaded this month
- Most dependents
- Recently published
Essential utils for promises
- callback
- cancel
- cancellable
- cancelable
- cancellation
- cancelation
- token
- CancelToken
- compose
- delay
- event
- fromCallback
- fromEvent
- fromEvents
- View more
A dependable promises and async utility belt
A wrapper to make promises cancellable and garbage collectable
Optionally abortable, resolvable, and rejectable promises
A TypeScript library for creating abortable promises with ease.
- promise
- promises
- abort
- abortSignal
- abortController
- abortable
- aborting
- aborted
- onabort
- cancel
- canceled
- canceling
- cancelable
- cancellable
- View more
Promises extended
JavaScript promises are made to be broken. Speculations are cancellable promises.
Create a promise that can be canceled
- promise
- cancelable
- cancel
- canceled
- canceling
- cancellable
- cancellation
- abort
- abortable
- aborting
- cleanup
- task
- token
- async
- View more
A simple cancelable promise
Abortable async function helpers
A simple cancellable promise implementation that cancels the underlying HTTP call.
Utilities for using Promise.race([task, cancellation]) for async/await code.
A little lib for aborting in Promise chain.
- promise
- abortable
- cancellable
- abort
- aborting
- aborted
- cancel
- canceling
- canceled
- async
- await
- signal
- onabort
- abortSignal
Asynchronous Cancellation
Advanced promise types
- promise
- promises
- abortable
- abortable promise
- cancellable
- cancellable promise
- timeout
- timeout promise
- process
- process promise
- async
- advanced-promises
Create a promise that can be canceled. This is a fork of sindresorhus/p-cancelable, but with CommonJS support.
- promise
- cancelable
- cancel
- canceled
- canceling
- cancellable
- cancellation
- abort
- abortable
- aborting
- cleanup
- task
- token
- async
- View more
A replacement for Typescript's default awaiter helper that supports Bluebird promise cancellations.
A priority queue implementation in typescript allowing cancellable elements
Cancelable promise with progress capturing, pause, timeouts, signals, data flows and decorators support
- promise
- cancelable
- cancellable
- p-cancelable
- timeout
- progress
- cancel
- abortable
- abort
- AbortController
- AbortSignal
- async
- signal
- await
- View more
> Hook for managing abortable `Promise`s (e.g. [fetch()](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API)) inside React components.