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
6711
1 天前

Async version of the Rust standard library

Rust
4052
5 天前

A helper library for async/await.

C#
3669
2 年前
C++
3668
2 年前

A GraphQL server library implemented in Rust

Rust
3547
3 个月前

Async await wrapper for easy error handling without try-catch

TypeScript
3341
2 年前

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

Rust
2789
1 天前
actionhero/actionhero

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

TypeScript
2418
20 小时前
ladjs/lad

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

JavaScript
2288
10 天前

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

Python
2176
1 天前

Cheatsheet for promises and async/await.

HTML
1940
7 年前

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

JavaScript
1743
5 年前

EA Async implements async-await methods in the JVM.

Java
1411
1 年前

.Net 8 、SqlSugar ORM、Vue 2.X、RBAC。前后端分离的开箱则用的企业级的权限开发框架(中后台管理系统)

C#
1072
3 个月前