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.
banana
🍌 Modern C++ Telegram Bot API library
catchify
An async/await utility to eliminate try/catch in favor of error values.
anyio
High level asynchronous concurrency and networking framework that works on top of either trio or asyncio
async-preloader
Assets preloader using async/await and fetch for usage both in the browser and Node.js.
async-io-demo
demo for rust asynchronous io: from mio to stackless coroutine
async-postgres
A runtime-independent asynchronus PostgreSQL client
kitsu
🦊 A simple, lightweight & framework agnostic JSON:API client
uvloop
Ultra fast asyncio event loop.
trio
Trio – a friendly Python library for async concurrency and I/O
EventFlow
Async/await first CQRS+ES and DDD framework for .NET