Repository navigation

#

async/await

发布于 2007

维基百科

相关主题

Promise

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.

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

Python
6462
2 天前

Async version of the Rust standard library

Rust
4030
1 个月前

A helper library for async/await.

C#
3607
1 年前
C++
3569
1 年前

A GraphQL server library implemented in Rust

Rust
3470
1 个月前

Async await wrapper for easy error handling without try-catch

TypeScript
3306
1 年前
actionhero/actionhero

Actionhero is a realtime multi-transport nodejs API Server with integrated cluster capabilities and delayed tasks

TypeScript
2412
4 天前
ladjs/lad

Node.js framework made by a former @expressjs TC and @koajs team member. Built for @forwardemail, @spamscanner, @breejs, @cabinjs, and @lassjs.

JavaScript
2291
21 天前

Restate is the platform for building resilient applications that tolerate all infrastructure faults w/o the need for a PhD.

Rust
2234
13 小时前

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

Python
1992
20 小时前

Cheatsheet for promises and async/await.

HTML
1945
6 年前

Asynchronous flow control (promises, generators, observables, CSP, etc)

JavaScript
1744
5 年前

EA Async implements async-await methods in the JVM.

Java
1399
1 年前