#

async/await

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.

https://static.github-zh.com/github_avatars/python-trio?size=40

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

Python 6.86 k
2 天前
https://static.github-zh.com/github_avatars/async-rs?size=40

Async version of the Rust standard library

Rust 4.06 k
1 个月前
https://static.github-zh.com/github_avatars/lewissbaker?size=40
C++ 3.69 k
2 年前
https://static.github-zh.com/github_avatars/StephenCleary?size=40
C# 3.67 k
2 年前
https://static.github-zh.com/github_avatars/async-graphql?size=40
Rust 3.57 k
4 个月前
https://static.github-zh.com/github_avatars/scopsy?size=40

Async await wrapper for easy error handling without try-catch

TypeScript 3.35 k
2 年前
https://static.github-zh.com/github_avatars/restatedev?size=40

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

Rust 2.92 k
16 小时前
actionhero/actionhero
https://static.github-zh.com/github_avatars/actionhero?size=40

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

TypeScript 2.42 k
3 天前
ladjs/lad
https://static.github-zh.com/github_avatars/ladjs?size=40

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

JavaScript 2.29 k
5 天前
https://static.github-zh.com/github_avatars/agronholm?size=40

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

Python 2.21 k
2 天前
https://static.github-zh.com/github_avatars/frontarm?size=40
HTML 1.94 k
7 年前
https://static.github-zh.com/github_avatars/getify?size=40
JavaScript 1.74 k
6 年前
https://static.github-zh.com/github_avatars/electronicarts?size=40

EA Async implements async-await methods in the JVM.

Java 1.41 k
1 年前
https://static.github-zh.com/github_avatars/xianhc?size=40
C# 1.08 k
4 个月前
loading...

发布于 2007

Website
Wikipedia
维基百科

相关主题

Promise