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

GitHub topics: abort

alanshaw/abortable-iterator

Make any iterator or iterable abortable via an AbortSignal

Language: TypeScript - Size: 468 KB - Last synced at: 5 days ago - Pushed at: 5 months ago - Stars: 16 - Forks: 7

javierbrea/cypress-fail-fast

A Cypress plugin to skip tests on first failure.

Language: JavaScript - Size: 4.19 MB - Last synced at: 16 days ago - Pushed at: 7 months ago - Stars: 120 - Forks: 4

fabiospampinato/aborter

A minimal reimplementation of AbortController and AbortSignal.

Language: TypeScript - Size: 10.7 KB - Last synced at: 4 days ago - Pushed at: 3 months ago - Stars: 3 - Forks: 0

bowencool/async-utilities

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

Language: TypeScript - Size: 2.43 MB - Last synced at: 10 days ago - Pushed at: 5 months ago - Stars: 12 - Forks: 0

marcellomontemagno/react-ufo

🛸 A simple React hook to help you with data fetching 🛸

Language: JavaScript - Size: 1.07 MB - Last synced at: 5 days ago - Pushed at: about 2 years ago - Stars: 85 - Forks: 3

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: 3 days ago - Pushed at: about 3 years ago - Stars: 41 - Forks: 2

toebeann/signals

A collection of wrappers and utility functions for working with AbortSignals.

Language: TypeScript - Size: 1.31 MB - Last synced at: 17 days ago - Pushed at: 24 days ago - Stars: 2 - Forks: 0

Techcable/libabort.rust

An implementation of the abort function that works without the standard library.

Language: Rust - Size: 34.2 KB - Last synced at: 6 days ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

JiangJie/fetch-t

Abortable fetch wrapper with the ability to specify the return type.

Language: TypeScript - Size: 392 KB - Last synced at: 20 days ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

yichong108/yc-abort

Create an asynchronous function that ensures only the last call is executed.

Language: TypeScript - Size: 20.5 KB - Last synced at: 15 days ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

alibaba/Patrons

🎉 A framework for improving android 32bit app stability. (Alleviate crashes caused by insufficient virtual memory)

Language: C - Size: 6.53 MB - Last synced at: 11 months ago - Pushed at: almost 2 years ago - Stars: 429 - Forks: 49

dondevi/promise-abortable

Promise lib for aborting in chain.

Language: JavaScript - Size: 552 KB - Last synced at: 5 days ago - Pushed at: about 1 year ago - Stars: 22 - Forks: 3

deeplay-io/abort-controller-x

Abortable async function primitives and combinators

Language: TypeScript - Size: 143 KB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 21 - Forks: 5

daddinuz/panic

A panic library to abort execution on non-recoverable errors with a detailed message.

Language: C - Size: 47.9 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 0

stagas/atomic

makes a function atomic with timeout and abort signal

Language: TypeScript - Size: 10.7 KB - Last synced at: 14 days ago - Pushed at: over 3 years ago - Stars: 14 - Forks: 1

AhmedTarekHasan/ProcessCancellation

How to Cancel a Running Process in a Separate Request/Command in .NET C#

Language: C# - Size: 7.81 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 1

manuscriptmastr/fetch-friends

Common utils for the Fetch API

Language: JavaScript - Size: 329 KB - Last synced at: 5 days ago - Pushed at: almost 3 years ago - Stars: 5 - Forks: 0

nasimhuq/abort-promise-queue

Queue of promises can be aborted

Language: JavaScript - Size: 12.7 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

luisrj1495/cancelable-request

cancelable request allows us to abort Web requests as and when desired.

Language: TypeScript - Size: 79.1 KB - Last synced at: 11 days ago - Pushed at: about 2 years ago - Stars: 3 - Forks: 1

benestudio/fetch Fork of JakeChampion/fetch

A window.fetch JavaScript polyfill.

Language: JavaScript - Size: 332 KB - Last synced at: 7 days ago - Pushed at: about 8 years ago - Stars: 18 - Forks: 3

lyzkov/SinkEmAll

An error handling reactive extension for fine-grained control over "Abort, Retry, Fail?" inspired by the battleship game.

Language: Swift - Size: 162 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

anseki/gulp-confirm

Abort or continue the flow of tasks according to an answer (with or without Enter key) to the specified question. The flow of tasks is paused, until the user responds and the next behavior is found by specified options.

Language: JavaScript - Size: 26.4 KB - Last synced at: 3 days ago - Pushed at: over 2 years ago - Stars: 9 - Forks: 1

anseki/grunt-confirm

Abort or continue the flow of tasks according to an answer (with or without Enter key) to the specified question. The flow of tasks is paused, until the user responds and the next behavior is found by specified options.

Language: JavaScript - Size: 26.4 KB - Last synced at: 18 days ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 1

afeiship/next-fetch-with-node-timeout

Timeout option for node-fetch with abort-controller.

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

akmjenkins/flighty

Lightweight fetch wrapping library, inspired by Frisbee

Language: JavaScript - Size: 2.97 MB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

MehrajLatifli/Thread-synchronization-in-MVVM

Example of thread synchronization

Language: C# - Size: 111 KB - Last synced at: about 2 months ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

zizwiz/Cancellation_Token_Example

In the app we have a loop that we will abort out of using a cancellation token.

Language: C# - Size: 136 KB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

MehrajLatifli/CarData-with-semaphore-in-MVVM

Example for threadpool, thread which is used with semaphore

Language: C# - Size: 65.4 KB - Last synced at: about 2 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

consento-org/promise

Utilities for working with promises

Language: TypeScript - Size: 202 KB - Last synced at: 5 days ago - Pushed at: almost 4 years ago - Stars: 3 - 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: about 2 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

agausmann/unwind_aborts

Prevent your panics from unwinding across an FFI boundary with this one simple trick!

Language: Rust - Size: 2.93 KB - Last synced at: 28 days ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

pocesar/js-delayable-idle-abort-promise

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

Language: TypeScript - Size: 3.91 KB - Last synced at: 12 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

afeiship/next-ajax-promise

Promise able for next ajax.

Language: JavaScript - Size: 12.7 KB - Last synced at: 24 days ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

robertoachar/react-fetch-abort-controller

React + fetch + Abort Controller

Language: JavaScript - Size: 142 KB - Last synced at: 2 months ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 1

robertoachar/react-native-fetch-abort-controller

React Native + fetch + Abort Controller

Language: Objective-C - Size: 302 KB - Last synced at: 2 months ago - Pushed at: about 6 years ago - Stars: 2 - Forks: 1

fveracoechea/ajax-nightmare

A simple API that implements XMLHttpRequest based on promises

Language: JavaScript - Size: 11.7 KB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 1