Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

async/await

In computer programming, the async/await pattern is a syntactic feature of many programming languages that allows an asynchronous, non-blocking function to be structured in a way similar to an ordinary synchronous function, and is primarily intended to provide opportunities for the program to execute other code while waiting for a long-running, asynchronous task to complete, usually represented by promises or similar data structures.

https://github.com/robertklep/top-level-await

Use `await` at your Node.js code's top level!

async-await javascript nodejs

Last synced: 07 Nov 2024

https://github.com/theangrybyrd/icedtasks

F# Cold Tasks and Cancellable Tasks

async-await dotnet dotnet-core fsharp

Last synced: 26 Oct 2024

https://github.com/fawdlstty/libfv

libfv is C++20 header-only network library, support TCP/SSL/Http/websocket server and client

async-await cpp20 http https ssl tcp websocket

Last synced: 07 Nov 2024

https://github.com/sof3/await-generator

Write code in async/await style in PHP using generators.

async-await async-generator await php php-async virion

Last synced: 22 Oct 2024

https://github.com/h2non/riprova

Versatile async-friendly retry package with multiple backoff strategies

async-await asyncio backoff decorator python resiliency resilient retry

Last synced: 31 Oct 2024

https://github.com/thomhurst/EnumerableAsyncProcessor

Process Multiple Asynchronous Tasks in Various Ways - One at a time / Batched / Rate limited / Concurrently

async async-await asynchronous asynchronous-programming rate-limiting task tasks

Last synced: 09 Nov 2024

https://github.com/peterfriese/SwiftUI-Concurrency-Essentials

Code for my article / video series "SwiftUI Concurrency Essentials"

async-await concurrency swift swiftui

Last synced: 12 Nov 2024

https://github.com/codigami/hapi-starter-kit

Hapi.js based REST boilerplate which uses latest ES7/ES8 features (async/await) with code coverage and follows best pratices

async-await boilerplate code-climate code-coverage docker docker-compose es7 es8 eslint hapi javascript mocha newrelic nodejs sinon standard-js starter-kit swagger travis-ci yarn

Last synced: 10 Oct 2024

https://github.com/rpgeeganage/async-ray

Provide async/await callbacks for every, find, findIndex, filter, forEach, map, reduce, reduceRight and some methods in Array.

array array-helper array-manipulations array-methods array-processing array-utils arrays async-await async-callback async-ray es6-modules javascript loops modules node-js node-module typescript-library utility

Last synced: 26 Oct 2024

https://github.com/leocavalcante/swoole-futures

⏳ Futures, Streams & Async/Await for PHP's Swoole asynchronous run-time.

async-await concurrency futures php streams swoole swoole-coroutines

Last synced: 31 Oct 2024

https://github.com/vsilaev/tascalate-async-await

Async / Await asynchronous programming model for Java versions 1.8 - 23; similar to the functionality available in C# 5. The implementation is based on continuations for Java (see my other projects).

async async-await asynchronous-programming concurrent-programming continuations coroutines java

Last synced: 30 Oct 2024

https://github.com/elierotenberg/react-prepare

Prepare you app state for async server-side rendering and more!

async-await react redux server-side-rendering universal

Last synced: 28 Aug 2024

https://github.com/night-cruise/async-rust

这是一本电子书,旨在介绍 Rust 中 async/await 语法和异步运行时的原理和工作机制。

async async-await async-runtime asynchronous await rust

Last synced: 24 Sep 2024

https://github.com/nvdv/atq

distributed task queue for asyncio

async-await asyncio python python3 task-queue

Last synced: 01 Nov 2024

https://github.com/request-dl/request-dl-nio

Simplifies network requests using SwiftNIO with powerful types like DataTask, DownloadTask, and UploadTask.

async-await certificate-pinning combine declarative linux mtls-authentication networking request swift swift-nio

Last synced: 31 Oct 2024

https://github.com/ide/await-lock

Mutex locks for async functions

async-await concurrency mutex-lock

Last synced: 30 Oct 2024

https://github.com/orkon/koa2-example-app

An app that is built using koa2 and async/await

async-await babel koa2 nodejs pm2

Last synced: 16 Oct 2024

https://github.com/mariusschulz/egghead-async-await

Code for my "Asynchronous JavaScript with async/await" egghead.io course.

async-await asynchronous javascript

Last synced: 31 Oct 2024

https://github.com/wangshijun/course-javascript-async-await

:fire: Source code for course "asynchronous javascript with async/await"

async async-await course feweekly javascript nodejs

Last synced: 28 Oct 2024

https://github.com/sergioramos/apr

this is like caolan/async which is like lodash but async, but awaitful

async async-await async-programming control-flow es2015 javascript promises

Last synced: 27 Oct 2024

https://github.com/ronanociosoig/tuist-pokedex

A simple project to demonstrate how to refactor an iOS app into using one based on tuist which generates the Xcode project and workspace, and refactor it into a modular architecture. This is the accompanying articles written on Medium.com

architecture async-await combine ios ios-app ios-swift modular-architecture modularization swift5 tuist unidirectional-dataflow xcode13

Last synced: 04 Nov 2024

https://github.com/bve-reborn/switchyard

Real-time compute-focused async executor with job pools, thread-local data, and priorities.

async-await executor rust

Last synced: 09 Nov 2024

https://github.com/nkcmr/async

experimental promises in go1.18 with generics

async async-await generics go golang

Last synced: 09 Nov 2024

https://github.com/KuiBaDB/kbio

Another Async IO Framework based on io_uring

async async-await asyncio await io-uring kuibadb rust rust-async

Last synced: 09 Nov 2024

https://github.com/irrustible/async-oneshot

A fast, small, full-featured, no-std compatible oneshot channel

async async-await channels concurrency futures

Last synced: 09 Nov 2024

https://github.com/tannerdsilva/SwiftSlash

Concurrent shell scripting framework with deep support for async/await.

async async-await await cli concurrency linux macos script shell swift swift-library

Last synced: 05 Aug 2024

https://github.com/node-modules/mz-modules

Same as `mz`, but wrap modules in the world rather than core API.

async-await mz promise

Last synced: 02 Nov 2024

https://github.com/sam-spencer/lurker

Abstraction over the iOS BackgroundTask API to make background tasks easy to isolate, maintain and schedule.

async-await background-tasks background-worker concurrency ios scheduler swift

Last synced: 29 Oct 2024

https://github.com/johnpapa/typescript-async

Creating Asynchronous Code with TypeScript

async async-await async-functions callbacks javascript promises typescript

Last synced: 27 Oct 2024

https://github.com/henrygd/queue

Tiny async queue with concurrency control. Like p-limit or fastq, but smaller and faster

async async-await asynchronous concurrency promise queue

Last synced: 11 Nov 2024

https://github.com/developit/preact-cli-plugin-async

Preact CLI plugin that adds converts async/await to Promises.

async async-await preact preact-cli preact-cli-plugin

Last synced: 16 Oct 2024

https://github.com/johnthiriet/asyncvoid

Project related to the site's posts about async void.

async async-await csharp dotnet netcore sample

Last synced: 11 Nov 2024

https://github.com/akarnokd/async-enumerable-dotnet

Experimental operators for C# 8 IAsyncEnumerables

async async-await async-enumerable concurrency csharp

Last synced: 28 Oct 2024

https://github.com/darkseal/lockprovider

A lightweight C# class that can be used to selectively lock objects, resources or statement blocks according to given unique IDs.

asp-net asp-net-core async async-await csharp dotnet dotnet-core lock netcore semaphore

Last synced: 06 Nov 2024

https://github.com/hexilee/async-postgres

A runtime-independent asynchronus PostgreSQL client

async-await database-access postgresql-client rust-lang

Last synced: 08 Nov 2024

https://github.com/garronej/run_exclusive

⚡🔒 Wait queue for function execution 🔒 ⚡

async-await callback deno lock mutex promise queued-calls typescript

Last synced: 30 Oct 2024

https://github.com/andrey-tech/bx24-wrapper-js

Класс-обертка для стандартной JS-библиотеки Битрикс24. Позволяет избежать ада колбеков и работать c REST API Битрикс24, используя асинхронные функции и асинхронные генераторы ECMAScript 9.

api async async-await async-generator await bitrix bitrix24 ecmascript2018 generator javascipt throttling

Last synced: 21 Oct 2024

https://github.com/adam-fowler/async-collections

Swift concurrency collection support

async-await collections concurrency swift

Last synced: 08 Nov 2024

https://github.com/flouthoc/buha.js

Browser based Strictly ordered Task Queue for Sync/Async Javascript Functions

async-await asynchronous-tasks javascript job-queue sync task-queue

Last synced: 28 Oct 2024

https://github.com/sgilroy/async-await-codemod

Codemod script for migrating promise-based functions to use async/await syntax

async async-await codemod es2017 es8 jscodeshift

Last synced: 02 Nov 2024

https://github.com/heikkipora/tesla-slack

Integrates your Tesla Model S/X fleet to Slack

async-await es7 slack tesla

Last synced: 07 Nov 2024

https://github.com/shanev/tempdb

Redis-backed ephemeral key-value store for Node

async-await es6 javascript key-value node nodejs redis

Last synced: 06 Nov 2024

https://github.com/pubkey/async-test-util

Utility functions that are useful in async/await tests :thumbsup:

assert async async-await jasmine javascript karma mocha testcafe testing

Last synced: 31 Oct 2024

https://github.com/luissilva1044894/pyrez

(ON REWRITE) An easy to use (a)sync wrapper for Hi-Rez Studios API (Paladins, Realm Royale, and Smite), written in Python. 🐍

aiohttp api-wrapper async async-await asyncio hi-rez hirez hirezapi httpx library open-source paladins paladins-api python python3 realm-royale requests smite smitegame sync

Last synced: 12 Oct 2024

https://github.com/fonsp/promises.jl

Use JavaScript Promises syntax in Julia! (alpha)

async async-await javascript julia-language pluto-notebooks

Last synced: 28 Oct 2024

https://github.com/fi-mihej/cengal

Bytecode manipulation in runtime, true shared memory, async LMDB, async Tkinter, async wxPython, async PySide, async PyQt, async loop with almost preemptive multitasking within the single thread, text parsing, rich introspection, etc.

async async-await asynchronous bytecode bytecode-manipulation coroutines emscripten library lmdb memory-barriers mmap python qt rdtscp shared-dict shared-list shared-memory structured-concurrency tkinter wxpython

Last synced: 06 Nov 2024

https://github.com/awibox/react-redux-app-template

The template that will help you quickly start developing your project using React

async-await css-modules immutablejs jest prop-types react react-router-v4 redux-thunk reselect scss webpack4

Last synced: 01 Nov 2024

https://github.com/szchenghuang/debounce-async

A debounce function that delays invoking asynchronous functions.

async-await debounce promise

Last synced: 06 Nov 2024

https://github.com/inamiy/funasync

⏳ Collection of Swift 5.5 async/await utility functions.

async async-await concurrency swift

Last synced: 14 Oct 2024

https://github.com/mxinden/asynchronous-codec

Utilities for encoding and decoding frames using `async/await`.

async-await encoding networking

Last synced: 27 Oct 2024

https://github.com/pothos/awaitchannel

Go-style concurrency and channels with Python 3.5 and asyncio

async-await concurrency go-style python-channels

Last synced: 19 Oct 2024

https://github.com/jagreenwood/open-weather-kit

An open implementation of Apple's WeatherKit for Swift.

async-await swift swift-package-manager weather

Last synced: 05 Aug 2024

https://github.com/aiolifx/aiolifx

Python async library used by Home Assistant to control LIFX bulbs using LAN protocol

async-await asyncio home-assistant homeassistant iot lifx lifx-api lifx-bulbs lifx-lan-protocol lifx-lights

Last synced: 31 Oct 2024

https://github.com/wellyshen/eslint-config-welly

😎 ⚙️ ESLint configuration for React projects that I do. Feel free to use this!

a11y airbnb async-await browser-compatibility emotion eslint eslint-config import jest prettier promise testing-library typescript

Last synced: 11 Oct 2024

https://github.com/sunng87/rustmann

A riemann client on tokio, async/await

async-await riemann-client rust tokio

Last synced: 31 Oct 2024

https://github.com/henrygd/semaphore

Faster inline semaphores and mutexes in javascript

async async-await concurrency mutex promise semaphore

Last synced: 11 Nov 2024

https://github.com/yokawaiik/wish_app

Created this application with Material Design 3.0, Getx, Supabase and Isar database to learning, showing my skills in Flutter programming and PostgreSQL. This application can convinient to save wish and share its to your friends, add wishes to favorites to note what will you buy to your friend on it Birthday.

async-await auth backend dart database flutter getx i18n image-picker internationalization isar modules-architecture plpgsql skeleton state-management widgets

Last synced: 11 Oct 2024

https://github.com/nfcampos/await-outside

Await outside of async functions

async-await node repl

Last synced: 28 Oct 2024

https://github.com/malcommac/gitlabswift

🛵 Async/Await GitLab REST APIs v4 for Swift

api-rest async-await gitlab gitlab-api swift swift5

Last synced: 28 Oct 2024

https://github.com/inspect-js/is-async-function

Is this a native `async function`?

async async-await await fn function is-async-function

Last synced: 05 Nov 2024

https://github.com/marcoonroad/sporadic

Composable Concurrency Abstractions for JavaScript. :railway_track: :rhinoceros: :train: :vertical_traffic_light:

async-await channels concurrency coroutines javascript promises reactive-programming streams

Last synced: 03 Aug 2024

https://github.com/supercharge/fs

Extended `fs` drop-in replacement for Node.js

async async-await filesystem fs nodejs supercharge

Last synced: 11 Nov 2024

https://github.com/zaiste/facebookgraph

:globe_with_meridians: :two_men_holding_hands: Node.js client for the Facebook Graph API with Flow

async async-await facebook facebook-api graph nodejs

Last synced: 09 Nov 2024

https://github.com/lloydmeta/todddo-openapi-rs

Survey of the Rust web scene in mid-2019, covering async/await, DDD-esque structure, testing, mocking, OpenAPI, and Actix

actix actix-web async async-await ddd-esque ddd-patterns futures openapi rust rust-web rustlang swagger

Last synced: 28 Oct 2024

https://github.com/murrayjbrown/nextjs-react-hooks-example

An example Next.js project using React Hooks w/ Markdown, Bulma Sass styling; and AVA, Jest, and Cypress for testing.

async-await ava axios bulma cypress immer javascript jest markdown nextjs nodejs react-hooks sass

Last synced: 11 Nov 2024

https://github.com/canaanites/await-catcher

Promise wrapper for easy error handling without try-catch 💯🔥

async async-await await javascript library promise promise-wrapper typescript wrapper

Last synced: 09 Aug 2024

https://github.com/timneutkens/is-async-supported

Check if async/await is available natively

async-await

Last synced: 01 Nov 2024

https://github.com/dscyrescotti/capture

📷 A basic camera application built with AVFoundation and SwiftUI

apple async-await avfoundation camera ios photokit photos swift swift-concurrency swift-package-manager swiftui

Last synced: 12 Oct 2024

https://github.com/zth/enzyme-async-helpers

Async helpers for testing React components with Enzyme.

async async-await enzyme enzyme-testing javascript react tdd testing

Last synced: 28 Oct 2024

https://github.com/dpc/tagwiki

A wiki in which you link to pages by specifing hashtags they contain.

async-await jurnal rust tags wiki

Last synced: 27 Oct 2024

https://github.com/yoongkang/nardis

A small web framework based on ASGI

asgi async-await asyncio python web-development web-framework

Last synced: 11 Nov 2024

https://github.com/reddavis/redux

A super simple Swift implementation of the redux pattern making use of Swift 5.5's new async await API's.

architecture async async-await ios macos redux state-management swift swiftui

Last synced: 30 Sep 2024

https://github.com/whizsid/wasmtimer-rs

std::time, tokio::time, tokio_util::time Replacement for WASM targets.

async-await browser hacktoberfest rust timer tokio wasm webassembly

Last synced: 30 Oct 2024

https://github.com/robertoachar/async-await

async-await samples.

async async-await await node

Last synced: 28 Oct 2024

https://github.com/geut/hyperdrive-promise

Promise wrapper for Hyperdrive

async-await dat hyperdrive p2p

Last synced: 09 Nov 2024

https://github.com/goto-bus-stop/p-wait-all

`Promise.all`, but it waits for all promises to settle even if one of them rejected

async-await async-functions await promise promises

Last synced: 17 Oct 2024

async/await Awesome Lists
async/await Categories