async/await topic

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.

List async/await repositories

banana

38
Stars
4
Forks
Watchers

🍌 Modern C++ Telegram Bot API library

catchify

72
Stars
4
Forks
Watchers

An async/await utility to eliminate try/catch in favor of error values.

anyio

1.6k
Stars
127
Forks
Watchers

High level asynchronous concurrency and networking framework that works on top of either trio or asyncio

async-preloader

59
Stars
2
Forks
Watchers

Assets preloader using async/await and fetch for usage both in the browser and Node.js.

async-io-demo

348
Stars
19
Forks
Watchers

demo for rust asynchronous io: from mio to stackless coroutine

async-postgres

32
Stars
6
Forks
Watchers

A runtime-independent asynchronus PostgreSQL client

kitsu

264
Stars
42
Forks
Watchers

🦊 A simple, lightweight & framework agnostic JSON:API client

uvloop

10.1k
Stars
533
Forks
Watchers

Ultra fast asyncio event loop.

trio

5.9k
Stars
322
Forks
Watchers

Trio – a friendly Python library for async concurrency and I/O

EventFlow

2.3k
Stars
442
Forks
Watchers

Async/await first CQRS+ES and DDD framework for .NET