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.
feather
Feather is a modern Swift-based content management system powered by Vapor 4.
node-express-mongodb-jwt-rest-api-skeleton
This is a basic API REST skeleton written on JavaScript using async/await. Great for building a starter web API for your front-end (Android, iOS, Vue, react, angular, or anything that can consume an A...
Awaity.js
A functional, lightweight alternative to bluebird.js, built with async / await in mind.
actionhero
Actionhero is a realtime multi-transport nodejs API Server with integrated cluster capabilities and delayed tasks
apevolo-api
基于 .Net 8 、SqlSugar、Vue、RBAC、前后端分离的开箱即用的企业级中后台管理系统
duckduckgo
DuckDuckGo App built in React-Native (Unofficial)
async-backplane
Simple, Erlang-inspired fault-tolerance framework for Rust Futures.
rubico
[a]synchronous functional programming
async-std
Async version of the Rust standard library
ea-async
EA Async implements async-await methods in the JVM.