An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: cancelable

mitranim/posterus

Composable async primitives with cancelation, control over scheduling, and coroutines. Superior replacement for JS Promises.

Language: JavaScript - Size: 175 KB - Last synced at: 7 days ago - Pushed at: over 4 years ago - Stars: 547 - Forks: 19

deeplay-io/abort-controller-x

Abortable async function primitives and combinators

Language: TypeScript - Size: 143 KB - Last synced at: 30 days ago - Pushed at: over 1 year ago - Stars: 26 - Forks: 5

hjylewis/trashable-react

A HOC to make React Components garbage collectable when unmounted.

Language: JavaScript - Size: 79.1 KB - Last synced at: 11 days ago - Pushed at: over 6 years ago - Stars: 32 - Forks: 4

Youmenomi/safe-flow

A safer way to cancel or interrupt the await-async flow.

Language: TypeScript - Size: 604 KB - Last synced at: 12 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

jakobii/mutex

A go mutex that is cancelable, channel based so it plays nice with the select statement, and drop-in replacement for sync.Mutex

Language: Go - Size: 9.77 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

astoilkov/p-signal

Better way to cancel promises using AbortSignal

Language: TypeScript - Size: 34.2 KB - Last synced at: 17 days ago - Pushed at: over 1 year ago - Stars: 20 - Forks: 0

breejs/bree

Bree is a Node.js and JavaScript job task scheduler with worker threads, cron, Date, and human syntax. Built for @ladjs, @forwardemail, @spamscanner, @cabinjs.

Language: JavaScript - Size: 1.33 MB - Last synced at: 4 months ago - Pushed at: 6 months ago - Stars: 3,160 - Forks: 87

getify/CAF

Cancelable Async Flows (CAF)

Language: JavaScript - Size: 223 KB - Last synced at: 4 months ago - Pushed at: about 3 years ago - Stars: 1,346 - Forks: 48

mdouchement/workerpool

Asynchronous in-memory workers for Go based projects

Language: Go - Size: 62.5 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 4 - Forks: 1

bowencool/async-utilities

An asynchronous tools library in the style of higher-order functions.

Language: TypeScript - Size: 2.43 MB - Last synced at: about 1 month ago - Pushed at: 9 months ago - Stars: 12 - Forks: 0

Youmenomi/mobx-safe-flow

Mobx asynchronous actions are integrated into safe-flow.

Language: TypeScript - Size: 315 KB - Last synced at: 4 days ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

dokmic/ts-async-decorators

TypeScript Async Method Decorators

Language: TypeScript - Size: 45.9 KB - Last synced at: 20 days ago - Pushed at: almost 4 years ago - Stars: 20 - Forks: 0

vladagurets/react-cancelable 📦

⚜️ Make cancelable requests with react-hooks

Language: TypeScript - Size: 867 KB - Last synced at: 29 days ago - Pushed at: over 2 years ago - Stars: 60 - Forks: 0

wuyunqiang/dynamic-tasks

一个避免卡顿的js任务库

Language: TypeScript - Size: 143 KB - Last synced at: 30 days ago - Pushed at: about 1 year ago - Stars: 16 - Forks: 4

DigitalBrainJS/c-promise

Cancellable Promise with timeouts, AbortController, decorators, progress capturing, pause and user signals support

Language: JavaScript - Size: 2.77 MB - Last synced at: 4 days ago - Pushed at: over 3 years ago - Stars: 41 - Forks: 2

maximilianMairinger/moreProms

A collection of additional promise extending classes. Including a (from the outside) ResablePromise, CancelAblePromise and a latestLatent utility function.

Language: TypeScript - Size: 81.1 KB - Last synced at: 18 days ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

hjylewis/trashable

🚮 A wrapper to make promises cancellable and garbage collectable

Language: JavaScript - Size: 65.4 KB - Last synced at: 21 days ago - Pushed at: over 6 years ago - Stars: 84 - Forks: 9

WebReflection/esimorp

An Inside Out Promise

Language: HTML - Size: 22.5 KB - Last synced at: 2 days ago - Pushed at: about 7 years ago - Stars: 7 - Forks: 0

HowProgrammingWorks/Expirable

Expirable Promises

Language: JavaScript - Size: 10.7 KB - Last synced at: 6 months ago - Pushed at: almost 3 years ago - Stars: 4 - Forks: 2

Karrq/kyansel

Cancellable futures

Language: Rust - Size: 19.5 KB - Last synced at: about 15 hours ago - Pushed at: almost 6 years ago - Stars: 5 - Forks: 0

ludvigalden/exectx

Cancelable and type-safe executions and contexts

Language: TypeScript - Size: 84 KB - Last synced at: 22 days ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

yiminghe/concurrent-runner

run cancelable async function concurrently by concurrency and priority using heap

Language: TypeScript - Size: 176 KB - Last synced at: 30 days ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 0

bredele/promise-chain

Execute promises one after an other using Array reduce

Language: JavaScript - Size: 6.84 KB - Last synced at: 3 months ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0

KromDaniel/browser-cancelable-events

Automatically invalidate async listeners and promises in one place. Lightweight zero dependent library for browsers.

Language: JavaScript - Size: 48.8 KB - Last synced at: 18 days ago - Pushed at: about 7 years ago - Stars: 6 - Forks: 0

Cyberlane/cancelable-fetch 📦

Language: JavaScript - Size: 4.88 KB - Last synced at: 30 days ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 0

LostWarning/ZERO

Coroutine for C++ with io_uring and work stealing scheduler as backend

Language: C++ - Size: 96.7 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 1

HowProgrammingWorks/Cancelable

Cancelable Asynchronous Abstractions

Language: JavaScript - Size: 25.4 KB - Last synced at: 2 months ago - Pushed at: almost 2 years ago - Stars: 5 - Forks: 3

Eazymov/cancel.it

Cancelable promise

Language: JavaScript - Size: 982 KB - Last synced at: 30 days ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

jona799t/Cancelable

A python module that can cancel time.sleep while it's sleeping

Language: Python - Size: 22.5 KB - Last synced at: 7 days ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

shinnn/cancelable-pipeline

Cancelable `stream.pipeline()`

Language: JavaScript - Size: 55.7 KB - Last synced at: 7 days ago - Pushed at: over 6 years ago - Stars: 3 - Forks: 0

omriLugasi/Redel

Another axios middleware library

Language: JavaScript - Size: 392 KB - Last synced at: 6 days ago - Pushed at: over 2 years ago - Stars: 12 - Forks: 0

afeiship/next-make-cancelable

Make promise cancelable.

Language: JavaScript - Size: 5.86 KB - Last synced at: 23 days ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

jfactory-es/jfactory-promise

Promise where the whole tree can be awaited, canceled and expired. Provides synchronous status, explorable chain map, shared data, debug data and trace.

Language: JavaScript - Size: 421 KB - Last synced at: 22 days ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

tiaanduplessis/axios-cancelable

Utility for cancellation of requests when using axios

Language: JavaScript - Size: 110 KB - Last synced at: about 1 month ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 0

jameslnewell/cancelable-promise

A cancelable promise implementation.

Language: TypeScript - Size: 39.1 KB - Last synced at: 3 months ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

sergeysolovev/react-unplug

:electric_plug: Promise-wrapper to manage the state of react components

Language: JavaScript - Size: 57.6 KB - Last synced at: 2 months ago - Pushed at: about 8 years ago - Stars: 1 - Forks: 0

preco21/pcancel

Wrap promise function into cancelable promise function

Language: JavaScript - Size: 40 KB - Last synced at: 7 days ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

yubaoquan/p-cancelable

A cancelable promise.

Language: JavaScript - Size: 39.1 KB - Last synced at: about 16 hours ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 0