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.
- GitHub: https://github.com/topics/async-await
- Wikipedia: https://en.wikipedia.org/wiki/Async/await
- Released: 2007
- Related Topics: callback, coroutines, async, promise, future, actor-model, continuation-passing-style, concurrent-computing,
- Last updated: 2026-06-17 00:02:40 UTC
- JSON Representation
https://github.com/tanepiper/node-bitly
A Bit.ly library for node.js - This project is looking for a new maintainer
async-await bitly es8 nodejs url-shortener
Last synced: 05 Apr 2025
https://github.com/AsyncSwift/AsyncLocationKit
📍async/await CoreLocation
async-await concurency framework location location-service swift swiftpackage swiftpackagemanager
Last synced: 06 Aug 2025
https://github.com/sessionboy/sinn
a blog based on of react,webpack3,dva,redux,material-ui,fetch,generator,markdown,nodejs,koa2,mongoose,docker,shell,and async/await 基于react+koa2技术栈的个人开源博客系统
async-await babel blog docker dva es6 fetch generator koa2 linux markdown material-ui mongoose nginx nodejs react redux shell webpack3
Last synced: 27 Oct 2025
https://github.com/ygoe/asynctcpclient
An asynchronous variant of TcpClient and TcpListener for .NET Standard.
async async-await asynchronous dotnet dotnet-standard network networking socket tcp tcp-client tcp-server
Last synced: 14 Aug 2025
https://github.com/ygoe/AsyncTcpClient
An asynchronous variant of TcpClient and TcpListener for .NET Standard.
async async-await asynchronous dotnet dotnet-standard network networking socket tcp tcp-client tcp-server
Last synced: 08 May 2025
https://github.com/timcassell/protopromise
Robust and efficient library for management of asynchronous operations in C#/.Net.
async async-await await callback callbacks concurrency concurrent coroutine coroutines csharp dotnet future futures parallel promise promises task tasks unity
Last synced: 08 Apr 2025
https://github.com/LeoAJ/react-iTunes-search
:musical_note:Simple web app for itunes search with React
async-await babel es6 eslint flow itunes-search postcss react reactjs webpack2
Last synced: 30 Mar 2025
https://github.com/leoaj/react-itunes-search
:musical_note:Simple web app for itunes search with React
async-await babel es6 eslint flow itunes-search postcss react reactjs webpack2
Last synced: 03 Mar 2026
https://github.com/semihokur/AsyncFixer
Advanced async/await Diagnostics and CodeFixes for C#
Last synced: 18 Apr 2025
https://github.com/zio/zio-direct
Direct-Style Programming for ZIO
async-await effect-system functional-programming meta-programming scala
Last synced: 15 Jul 2025
https://github.com/miguelgrinberg/greenletio
Asyncio integration with sync code using greenlets.
Last synced: 06 Apr 2025
https://github.com/fdaciuk/workflow-reactjs
My workflow with ReactJS + Webpack 3+
async-await boilerplate boilerplate-template dynamic-import react reactjs storybook webpack webpack3 workflow workflow-reactjs
Last synced: 02 Oct 2025
https://github.com/arogozine/LinqToTypeScript
LINQ to TypeScript
async async-await async-iteration enumerable es2019 javascript linq typescript
Last synced: 24 Mar 2025
https://github.com/kevinhwang91/promise-async
Promise & Async in Lua
async async-await eventloop libuv lua luv neovim promise
Last synced: 18 Jun 2025
https://github.com/jsnomad/koa-restful-boilerplate
Koa 2 RESTful API boilerplate
async-await babel boilerplate es6 koa-restful-boilerplate koa2 mongodb mongoose nodejs rest rest-api restful
Last synced: 18 Aug 2025
https://github.com/TheAngryByrd/IcedTasks
F# Cold Tasks and Cancellable Tasks
async-await dotnet dotnet-core fsharp
Last synced: 14 Jun 2025
https://github.com/fumoboy007/swift-retry
Retries in Swift with sensible defaults and powerful flexibility.
async-await backoff-algorithms backoff-strategy exponential-backoff jitter retries retry retrying swift swift-concurrency
Last synced: 02 Mar 2026
https://github.com/night-cruise/async-rust
这是一本电子书,旨在介绍 Rust 中 async/await 语法和异步运行时的原理和工作机制。
async async-await async-runtime asynchronous await rust
Last synced: 25 Sep 2025
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: 13 Apr 2025
https://github.com/theangrybyrd/icedtasks
F# Cold Tasks and Cancellable Tasks
async-await dotnet dotnet-core fsharp
Last synced: 05 Apr 2025
https://github.com/stephencleary/mvvm
MVVM helpers, including calculated properties and asynchronous notification tasks.
async-await c-sharp mvvm mvvm-databing
Last synced: 05 Apr 2025
https://github.com/irrustible/async-backplane
Simple, Erlang-inspired fault-tolerance framework for Rust Futures.
async async-await asynchronous erlang-otp fault-detection fault-tolerance recovery reliability reliability-backplane rust
Last synced: 09 Apr 2025
https://github.com/vipcxj/jasync
make async-await code style available in java just like csharp and es6
annotation-processor async async-await await java
Last synced: 07 May 2025
https://github.com/ardaku/pasts
Minimal asynchronous runtime for Rust
async-await asynchronous-programming futures futures-crate no-std rust rust-crate
Last synced: 05 Apr 2025
https://github.com/robertklep/top-level-await
Use `await` at your Node.js code's top level!
Last synced: 11 Apr 2025
https://github.com/atlassian-labs/react-loosely-lazy
Use advanced React async components patterns today
async-await dynamic orchestration reactjs
Last synced: 04 Apr 2025
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: 16 May 2025
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: 20 Aug 2025
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: 18 Apr 2025
https://github.com/peterfriese/SwiftUI-Concurrency-Essentials
Code for my article / video series "SwiftUI Concurrency Essentials"
async-await concurrency swift swiftui
Last synced: 03 May 2025
https://github.com/ealmansi/set-interval-async
Modern version of setInterval for promises and async functions.
async-await clearinterval cleartimeout concurrency es6 javascript promises recurrent setinterval settimeout timer typescript
Last synced: 25 Mar 2025
https://github.com/peterfriese/swiftui-concurrency-essentials
Code for my article / video series "SwiftUI Concurrency Essentials"
async-await concurrency swift swiftui
Last synced: 12 Apr 2025
https://github.com/dnaka91/obws
The obws (obvious) remote control library for OBS
async-await hacktoberfest obs obs-websocket remote-control rust
Last synced: 17 Jul 2025
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: 25 Oct 2025
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: 20 Aug 2025
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: 13 Apr 2025
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: 17 Mar 2025
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: 10 Apr 2025
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: 25 Dec 2025
https://github.com/expo/await-lock
Mutex locks for async functions
async-await concurrency mutex-lock
Last synced: 06 Apr 2025
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: 04 Apr 2025
https://github.com/yangchenlarkin/Monstra
High-performance Swift framework for task execution, memory caching, and data management with intelligent execution merging, TTL caching, and retry logic
async-await cache caching cocoapods concurrency data-management execution-merging ios macos memory-cache performance retry-logic swift swift-framework swift-package-manager task-management ttl tvos watchos
Last synced: 04 Apr 2026
https://github.com/nvdv/atq
distributed task queue for asyncio
async-await asyncio python python3 task-queue
Last synced: 15 Apr 2025
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: 28 Feb 2025
https://github.com/mariusschulz/egghead-async-await
Code for my "Asynchronous JavaScript with async/await" egghead.io course.
async-await asynchronous javascript
Last synced: 22 Sep 2025
https://github.com/binarybirds/swift-http
An awesome Swift HTTP library to rapidly create communication layers with API endpoints.
Last synced: 14 Apr 2025
https://github.com/labs42io/itiriri-async
A library for asynchronous iteration.
async-await async-iterable async-iterator filter for-await-of map slice
Last synced: 07 May 2025
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: 21 Mar 2025
https://github.com/antonio-war/swiftynetworking
SwiftyNetworking is a powerful and easy-to-use networking client written in Swift
async-await http-client networking networking-in-swift swift swift-package-manager
Last synced: 05 Apr 2025
https://github.com/radonjs/Radon
Object oriented state management solution for front-end development.
async async-await asynchronous frontend-framework frontend-webdevelopment object-oriented object-oriented-programming predictable predictable-state promises react state state-management time-travel
Last synced: 04 May 2025
https://github.com/didilinkin/vue-spa-wx-shangchao
上朝科技 - 物业管理系统 - 微信公众号网站 - Vue2.0
async-await axios babel es2015 es2016 eslint faker gulp layzr mint-ui mockjs picker pug-templates sass sweetalert2 vue-cli-template vue-router2 vue2 vuex2 webpack2
Last synced: 10 Sep 2025
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: 05 Apr 2026
https://github.com/petroemil/rx.book
High level asynchronous programming with Reactive Extensions
async-await async-programming asynchronous dotnet reactive-extensions reactive-programming rx uwp uwp-apps
Last synced: 09 Jul 2025
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: 03 Apr 2025
https://github.com/mkj-is/combinemidi
Connect MIDI using async-await to SwiftUI (or UIKit)
async-await asyncstream combine midi swift swift-concurrency swiftui
Last synced: 15 Apr 2025
https://github.com/python-trio/trimeter
(not ready yet) A simple but powerful job scheduler for Trio programs
async async-await concurrency-management map python trio
Last synced: 08 Jul 2025
https://github.com/bve-reborn/switchyard
Real-time compute-focused async executor with job pools, thread-local data, and priorities.
Last synced: 04 Apr 2025
https://github.com/jcoreio/promisify-child-process
seriously like the best async child process library
async async-await child-process exec node nodejs promises spawn
Last synced: 13 Apr 2025
https://github.com/nkcmr/async
experimental promises in go1.18 with generics
async async-await generics go golang
Last synced: 21 Aug 2025
https://github.com/dmnsgn/async-preloader
Assets preloader using async/await and fetch for usage both in the browser and Node.js.
async async-await es2017 fetch preloader typescript
Last synced: 05 Apr 2025
https://github.com/vinhnx/shift
Light-weight & concurrent EventKit wrapper
async-await asynchronous calendar combine concurrency eventkit ios swift swift-package-manager swift5 swiftui wrapper xcode
Last synced: 06 Sep 2025
https://github.com/rushisangani/swiftmvvmdemo
Swift + MVVM + XCTests + SOLID + SwiftPackage
async-await combine combine-framework coordinator-pattern ios-swift mvvm-architecture mvvm-ios solid-principles swift swiftpackage swiftui swiftui-example unittest xctests
Last synced: 21 Mar 2025
https://github.com/enriqcg/rcon-srcds
A zero-dependency Typescript library for the Source/Minecraft RCON Protocol
async-await csgo-server minecraft-server nodejs promise rcon rcon-client rcon-protocol typescript
Last synced: 01 Mar 2025
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: 18 Apr 2025
https://github.com/irrustible/async-oneshot
A fast, small, full-featured, no-std compatible oneshot channel
async async-await channels concurrency futures
Last synced: 06 Apr 2025
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: 16 Jul 2025
https://github.com/nikeee/teamspeak3queryapi
.NET wrapper for the TeamSpeak 3 Query API
async-await c-sharp hacktoberfest nuget teamspeak
Last synced: 09 Apr 2025
https://github.com/crowding/async
Asynchronous programming for R -- async/await and generators/yield
async async-await asynchronous asynchronous-programming channels coroutines generator generator-function generator-functions generators iterator iterators r rstats rstats-package streams yield
Last synced: 22 Oct 2025
https://github.com/swiftylab/asyncobjects
Several synchronization primitives and task synchronization mechanisms introduced to aid in modern swift concurrency.
async async-await cancellation cancellationtoken carthage cocoapods concurrency concurrent-programming future mutex semaphore swift swift-package-manager swift5 synchronization task
Last synced: 12 Apr 2025
https://github.com/tshemsedinov/async-interview-questions
Asynchronous programming Interview Questions
async async-await backend callback event frontend javascript nodejs programming promise typescript
Last synced: 14 Aug 2025
https://github.com/node-modules/mz-modules
Same as `mz`, but wrap modules in the world rather than core API.
Last synced: 14 Jun 2025
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: 26 Aug 2025
https://github.com/dimaqq/awaitwhat
Await, What?
async-await asyncio debug python3
Last synced: 18 Jan 2026
https://github.com/jbe2277/musicmanager
The Waf Music Manager is a simple and fast application that makes fun to manage the local music collection.
async-await audio-player music-manager music-player mvvm windows winrt wpf
Last synced: 24 Feb 2026
https://github.com/beastmatser/aiopokeapi
An asynchronous API wrapper for the pokeapi written in Python.
async-await asynchronous pokemon-api python
Last synced: 14 Jan 2026
https://github.com/johnpapa/typescript-async
Creating Asynchronous Code with TypeScript
async async-await async-functions callbacks javascript promises typescript
Last synced: 04 Sep 2025
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: 15 Apr 2025
https://github.com/mgtitimoli/await-mutex
Promised based Javascript Mutex
async-await async-programming javascript mutex mutex-synchronisation nodejs promises
Last synced: 06 Apr 2025
https://github.com/denissimon/ios-mvvm-clean-architecture
Example iOS app designed using MVVM-C and Clean Architecture. Uses Swift Concurrency, SwiftUI.
app architecture async-await clean-architecture clean-code coordinator demo-app interactor ios ios-app mvvm mvvm-architecture mvvm-c sqlite swift swift-concurrency swift6 swiftui viewmodel xcode
Last synced: 01 Aug 2025
https://github.com/questdb/nodejs-questdb-client
QuestDB Node.js Client
async-await client-library javascript nodejs questdb questdb-ilp-client typescript
Last synced: 27 Jun 2025
https://github.com/johnthiriet/asyncvoid
Project related to the site's posts about async void.
async async-await csharp dotnet netcore sample
Last synced: 29 Apr 2025
https://github.com/nimblehq/nimble-crypto-ios
This is an sample Crypto market prices ap built with SwiftUI and modularization architecture. The application data is making use of the free APIs provided by Coingecko.
async-await cryptocurrency ios-swift modularization pilot spm swiftui
Last synced: 11 Nov 2025
https://github.com/austinjones/lifeline-rs
A dependency injection library for message-based applications
async async-await channels dependency-injection lifeline rust tokio
Last synced: 06 Apr 2026
https://github.com/alperen23230/rick-and-morty-ios-app
This is a sample iOS 13+ UIKit - Combine project.
async-await combine combine-framework compositional-layouts diffabledatasource diffabledatasource-collectionview ios ios-widget ios13 ios14 mvvm-architecture swift
Last synced: 01 Apr 2026
https://github.com/akarnokd/async-enumerable-dotnet
Experimental operators for C# 8 IAsyncEnumerables
async async-await async-enumerable concurrency csharp
Last synced: 22 Mar 2025
https://github.com/mohammadhasanii/node-http3
This project is a starter template for building fast and lightweight web applications in Node.js using the h3 framework.
async-await asynchronous caddy h3 h3-node http3 httphandler nginx node node-http3 nodejs reverse-proxy tcp tcp-server
Last synced: 28 Apr 2026
https://github.com/klen/asgi-tools
Tools to build ASGI apps
asgi asgi-middleware asgi-toolkit async async-await asyncio curio networking python trio
Last synced: 17 Jun 2025
https://github.com/x42005e1f/aiologic
GIL-powered* locking library for Python
anyio async async-await asyncio concurrency eventlet gevent greenlet library locking mypy python synchronization thread-safety threading trio
Last synced: 12 May 2025
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: 08 Apr 2025
https://github.com/geri-borbas/ios.package.refreshable
✳️ SwiftUI Pull to Refresh (for iOS 13 and iOS 14) package.
async-await ios pull-to-refresh refreshable scrollview swift swift-package swift-package-manager swiftui uikit uirefreshcontrol uiscrollview
Last synced: 22 Apr 2025
https://github.com/lukereichold/arweave-swift
A lightweight Swift client for the Arweave blockchain
arweave arweave-blockchain arweave-permaweb async-await blockchain ios macos permaweb share-extension swift swiftui
Last synced: 18 Feb 2026
https://github.com/otavia-projects/otavia
Your shiny new IO & Actor programming model!
actor-model aio async-await concurrent-programming database high-performance http ioc json kafka mysql netty postgresql reactive reactive-programming scala3 sql state-machine type-safe vertx
Last synced: 23 Oct 2025
https://github.com/tbone-framework/TBone
Full duplex RESTful API for your asyncio web apps
aiohttp async-await asyncio mongodb nonblocking odm python python3 rest rest-api restful restful-api restful-webservices sanic tbone websockets
Last synced: 19 Jul 2025
https://github.com/lights0123/async-avr
async/await for AVR with Rust
arduino async-avr async-await avr rust rust-async rust-avr
Last synced: 15 Jul 2025
https://github.com/adam-fowler/async-collections
Swift concurrency collection support
async-await collections concurrency swift
Last synced: 14 Apr 2025
https://github.com/supercharge/collections
async/await-ready, chainable Array & Collection utilities
array async-await async-functions asynchronous chainable-methods collections filter hacktoberfest iteration map promise promises reduce supercharge
Last synced: 27 Apr 2025
https://github.com/lights0123/ndless-rs
Rust library for interacting with Ndless for the TI-Nspire
async-await cargo-xbuild embedded hacktoberfest ndless nspire rust rust-embedded
Last synced: 01 Mar 2025
https://github.com/conquerant-project/conquerant
lightweight async/await for Clojure
async-await clojure concurrency library promise
Last synced: 19 Feb 2026
https://github.com/hexilee/async-postgres
A runtime-independent asynchronus PostgreSQL client
async-await database-access postgresql-client rust-lang
Last synced: 04 Jul 2025
https://github.com/garronej/run_exclusive
⚡🔒 Wait queue for function execution 🔒 ⚡
async-await callback deno lock mutex promise queued-calls typescript
Last synced: 27 Mar 2025