47 packages found
Create a promise that can be canceled
- promise
- cancelable
- cancel
- canceled
- canceling
- cancellable
- cancellation
- abort
- abortable
- aborting
- cleanup
- task
- token
- async
- View more
Microsoft Azure SDK for JavaScript - Aborter
Supervisor, Coroutine, Channel, select, AtomicPromise, Cancellation, Cache, InvList, IxList, and some utils.
- supervisor
- actor
- observer
- coroutine
- channel
- select
- cancellation
- sequence
- generator
- iterator
- maybe
- either
- monad
- arrow
- View more
Cancellation mechanism, written in typescript.
Improved concurrency/async primitives for Ember.js
An extension of the Promise class that allows for cancellation.
Essential utils for promises
- callback
- cancel
- cancellable
- cancelable
- cancellation
- cancelation
- token
- CancelToken
- compose
- delay
- event
- fromCallback
- fromEvent
- fromEvents
- View more
Wraps your api methods and functions and make possible to pass a cancellation token for promises
token used to signal to a routine to cancel an asynchronous request
A Simple Implementation of Abortable Promise
- promise
- promises
- abort
- abortSignal
- abortController
- abortable
- aborting
- aborted
- onabort
- cancel
- canceled
- canceling
- cancelable
- cancellable
- View more
An implementation of the cooperative cancellation model that is heavily inspired by the .NET implementation.
Promise-cancellation made easy. Cancel one or more promises in a given context.
Utilities for using Promise.race([task, cancellation]) for async/await code.
A composable token for cancelling asynchronous operations.
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
Returns the first Promise in an iterable to resolve
- abort
- abortable
- all
- any
- cancel
- cancelable
- canceled
- canceling
- cancellable
- cancellation
- concurrency
- concurrently
- for-each
- foreach
- View more
Cancelable `stream.pipeline()`
This library provides you ability to cancel async function
A JavaScript HTTP interceptor inspired by okhttp
A take on ergonomic cancellation and timeout propagation in JavaScript inspired by the Go context package