async/await
In computer programming, theasync/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.
Here are 2,818 public repositories matching this topic...
Language:All
Sort:Most stars
Ultra fast asyncio event loop.
- Updated
Oct 10, 2025 - Cython
Trio – a friendly Python library for async concurrency and I/O
- Updated
Oct 6, 2025 - Python
Promise packages, patterns, chat, and tutorials
- Updated
Apr 25, 2024
Async version of the Rust standard library
- Updated
Aug 15, 2025 - Rust
A library of C++ coroutine abstractions for the coroutines TS
- Updated
Jan 9, 2024 - C++
A GraphQL server library implemented in Rust
- Updated
May 24, 2025 - Rust
Async await wrapper for easy error handling without try-catch
- Updated
Feb 7, 2024 - TypeScript
Restate is the platform for building resilient applications that tolerate all infrastructure faults w/o the need for a PhD.
- Updated
Oct 13, 2025 - Rust
Modern concurrency for C++. Tasks, executors, timers and C++20 coroutines to rule them all
- Updated
May 1, 2025 - C++
Async/await first CQRS+ES and DDD framework for .NET
- Updated
Oct 11, 2025 - C#
Actionhero is a realtime multi-transport nodejs API Server with integrated cluster capabilities and delayed tasks
- Updated
Oct 6, 2025 - TypeScript
Node.js framework made by a former@expressjs TC and@koajs team member. Built for@forwardemail,@spamscanner,@breejs,@cabinjs, and@lassjs.
- Updated
Sep 13, 2025 - JavaScript
High level asynchronous concurrency and networking framework that works on top of either Trio or asyncio
- Updated
Oct 8, 2025 - Python
Cheatsheet for promises and async/await.
- Updated
Oct 31, 2018 - HTML
Asynchronous flow control (promises, generators, observables, CSP, etc)
- Updated
Mar 4, 2020 - JavaScript
Map over promises concurrently
- Updated
Sep 19, 2025 - JavaScript
EA Async implements async-await methods in the JVM.
- Updated
May 8, 2024 - Java
Queuer is a queue manager, built on top of OperationQueue and Dispatch (aka GCD).
- Updated
Aug 12, 2025 - Swift
.Net 8 、SqlSugar ORM、Vue 2.X、RBAC。前后端分离的开箱则用的企业级的权限开发框架(中后台管理系统)
- Updated
May 26, 2025 - C#
Released 2007
- Followers
- 16 followers
- Website
- github.com/topics/async-await
- Wikipedia
- Wikipedia