Inspired by ember-concurrency.
A library for encapsulating asynchronous operations and managing concurrency for Vue and Composition API.
vue-concurrency aims to provide a reasonable abstraction for performing asynchronous operations. It reduces boilerplate code, provides reliable derived state and allows new approaches to techniques like throttling, debouncing, polling. Read more about why and how in the docs:
AbortSignal
to abort XHR/Fetch requestsisRunning, isIdle, isFinished, isCancelled
and moredrop()
, restartable()
, enqueue()
and other tasksMIT