An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with deferred

A curated list of projects in awesome lists tagged with deferred .

https://github.com/requests/requests-threads

🎭 Twisted Deferred Thread backend for Requests.

async asyncio deferred requests threads twisted

Last synced: 06 Apr 2025

https://github.com/rybakit/twig-deferred-extension

An extension for Twig that allows to defer block rendering.

deferred php twig twig-extension

Last synced: 06 Apr 2026

https://github.com/mikermcneil/parley

Flow control harness for implementors. Builds a Deferred object that supports async/await, promise chaining, and conventional Node callbacks.

deferred flow-control promise

Last synced: 21 Aug 2025

https://github.com/wildhoney/reactdelayed

Small component for delaying the mounting and unmounting of a child component for CSS animation purposes.

css-animations defer deferred delay delayed mount mounting react render timeout unmount unmounting wait

Last synced: 15 Mar 2026

https://github.com/dungba88/promise4j

Fluent promise framework for Java

asynchronous deferred promise

Last synced: 16 Jan 2026

https://github.com/es-shims/promise.withresolvers

ES Proposal spec-compliant shim for Promise.withResolvers

defer deferred ecmascript es-shims javascript polyfill promise shim withresolvers

Last synced: 30 Sep 2025

https://github.com/avivahl/promise-assist

Several helper functions when working with native promises.

deferred helpers promise retry sleep timeout waitfor

Last synced: 15 Apr 2025

https://github.com/ioweyou/iou-core

IOU is a Promises/A+ compliant promise library for Java

android aplus deferred gradle iou java java7 java8 promise

Last synced: 02 Oct 2025

https://github.com/io7m-graveyard/r2

Aggressively minimalist deferred renderer

deferred gpu java rendering-engine three-d

Last synced: 04 Oct 2025

https://github.com/yisraelx/promises

Promises is utilities modules for promises, written in typescript.

async await deferred javascript modular modules parallel promise promises series typescript utilities utils

Last synced: 09 Apr 2025

https://github.com/jiangjie/tiny-future

A zero-dependency Future/Promise wrapper to resolve or reject a Promise outside its executor.

async await defer deferred future promise taskcompletionsource tiny withresolvers zero-dependency

Last synced: 19 Jan 2026

https://github.com/jakehawken/concurrency

A small toolkit for handling concurrency and simplifying asynchronous work in Swift.

async asynchronous completion-handler concurrency deferred enum generics promise promises result result-type rxswift stream swift swift3

Last synced: 02 Jan 2026

https://github.com/ypares/rescope.nu

Scoped and exception-safe resources for Nushell

defer deferred deferred-execution nu nushell resources scoped

Last synced: 01 Jul 2025

https://github.com/omacranger/async-css-js

Adds required tags for Async CSS & deferred JS automatically to all enqueued WordPress scripts & styles.

async css deferred javascript wordpress wordpress-plugin

Last synced: 03 May 2026

https://github.com/namelesscoder/asynchronous_reference_indexing

Delegates reference indexing from on-the-fly in backend, to a CommandController-processed queue

deferred indexing performance reference typo3

Last synced: 30 Apr 2025

https://github.com/joknarf/deferlib

puppet functions for deferred execution on agent side

agent deferred facts library puppet puppet-module

Last synced: 09 Oct 2025

https://github.com/tpaksu/jquery.promisque

A lightweight (1KB) jQuery promises (deferreds) queue system. Can run n queues in parallel at a time. Can be paused, resumed and cleared.

deferred deferred-queue jquery promise queue

Last synced: 13 Apr 2026

https://github.com/tunnckocore/dush-promise

Plugin for `dush` that makes it a Deferred promise and adds `.resolve`, `.reject`, `.than` and `.catch` methods for more better error handling experience

baseplugin deferred deferred-promise dush dushplugin minibaseplugin promise

Last synced: 13 Feb 2026

https://github.com/kekyo/async-primitives

A collection of primitive functions for asynchronous operations in TypeScript/JavaScript.

async asynclock deferred delay mutex promise reader-writer-lock semaphore synchronization-primitives typescript

Last synced: 06 Mar 2026

https://github.com/tunnckocore/native-promise-deferred

A deferred Promise, using `native-or-another` behind and so it work on Node.js v0.10 too!

deferred deferred-promise native native-promise promise

Last synced: 21 Feb 2026

https://github.com/rubaxa/open-promise

Open Promise 👐 — Micro tool for creating Promise likes Deferred (with AbortController support)

abortcontroller defer deferred fetch promise util

Last synced: 20 Jun 2025

https://github.com/lxsmnsyc/future

Extension to the ES7 Promise

async deferred promise reactive

Last synced: 20 Jan 2026

https://github.com/zeta611/yaksok

Yaksok is a lightweight framework that brings Promises to Swift

deferred framework futures library promises swift

Last synced: 27 Mar 2025

https://github.com/rubaxa/flow

Всякие утилиты и другие бесполезности

deferred flow

Last synced: 20 Jun 2025

https://github.com/woubuc/deferred

A Promise that can be resolved externally

async deferred javascript promise typescript

Last synced: 17 May 2026

https://github.com/mjwwit/es6-deferred-promise

A deferred promise implementation on top of Promises/A+ spec for Node.js or the browser.

deferred es2015 es6 native nodejs npm promise promises typescript

Last synced: 27 Jan 2026

https://github.com/75lb/defer-promise

Isomorphic function returning a deferred promise. Uses native `Promise.defer` where available, else polyfills

deferred javascript promise

Last synced: 30 Oct 2025

https://github.com/jclaveau/php-deferred-callchain

Simple fluent API that can be applied on instances or native variables asynchronously

async call-chain deferred fluent later lazy php5 php7

Last synced: 19 Jan 2026

https://github.com/tomashubelbauer/js-deferred

Deferred promise implementation for those times when you do actually need it which is not that rare

async async-await defer deferred deferred-promise javascript promise

Last synced: 19 Apr 2026

https://github.com/korkje/dfr

Creates promise and extracts resolve/reject

deferred deno promise typescript

Last synced: 05 May 2026

https://github.com/ventto/ktask-examples

Kernel task examples (deferred work and kthread)

deferred kernel kthread linux task thread timer work

Last synced: 15 May 2026

https://github.com/kabirbaidhya/hello-world-deferred

Deferred Hello World Docker Image

deferred delayed docker hello-world image

Last synced: 30 Apr 2026

https://github.com/qard/any-deferred

Deferred promise with any-promise

deferred nodejs promise

Last synced: 16 May 2026

https://github.com/alpheusday/envkist

A utility to defer the resolution of environment variables

defer deferred env environment-variables javascript typescript utility

Last synced: 26 Jun 2026

https://github.com/rtmigo/later_kt

Lightweight asynchronous values for Kotlin. Serves the same purpose as Future, Deferred, Promise. Great for procrastinators

async await callback deferred future jvm kotlin promise

Last synced: 18 Apr 2026

https://github.com/nberlette/defer

Robust TypeScript API for deferred handling of Promises. Supports event listeners and custom state-specific callbacks.

async defer deferred deferred-promise deno events module promises typescript

Last synced: 18 May 2026

https://github.com/tonix-tuft/def-promise

A naive deferred promise, nothing more, nothing less.

deferred deferred-promise promise

Last synced: 03 Feb 2026

https://github.com/bitbar/deferred-promise

Simple port of jQuery Deffered() based on native Promise

deferred deferred-promise javascript nodejs promise promises

Last synced: 06 May 2025

https://github.com/3axap4ehko/asygen

0-Deps, simple and fast async generator library for browser and NodeJS.

async browser deferred generator node npm promise

Last synced: 24 Mar 2025

https://github.com/kpetremann/futurelog

Consume logs by block in async application

async deferred logging

Last synced: 28 Jul 2025

https://github.com/kofan/deferred-collection

PHP collections with deferred operations

deferred php php-collection

Last synced: 14 Jan 2026

https://github.com/untool/eprom

A deliberately incorrect resettable promise-like JavaScript async primitive powering untool's server-side rendering and module reloading. Mostly conforms with the Promises/A+ spec.

deferred library promise promise-a-plus thenable

Last synced: 10 Apr 2025