Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- GitHub: https://github.com/topics/async-await
- Wikipedia: https://en.wikipedia.org/wiki/Async/await
- Released: 2007
- Related Topics: callback, coroutines, async, promise, future, actor-model, continuation-passing-style, concurrent-computing,
- Last updated: 2024-12-18 00:02:23 UTC
- JSON Representation
https://github.com/Colaski/SwAuth
OAuth 2.0 library using async/await written in Swift.
async-await device-flow ios macos oauth2 oauth2-authentication oauth2-client oauth2-flow pkce-flow swauth swift swift-package-manager tvos watchos
Last synced: 23 Oct 2024
https://github.com/justinamiller/async-await-best-practices
Async-Await Best Practices
async async-await asynchronous-programming await guidelines
Last synced: 30 Nov 2024
https://github.com/supercharge/fs
Extended `fs` drop-in replacement for Node.js
async async-await filesystem fs nodejs supercharge
Last synced: 11 Nov 2024
https://github.com/inspect-js/is-async-function
Is this a native `async function`?
async async-await await fn function is-async-function
Last synced: 05 Nov 2024
https://github.com/zaiste/facebookgraph
:globe_with_meridians: :two_men_holding_hands: Node.js client for the Facebook Graph API with Flow
async async-await facebook facebook-api graph nodejs
Last synced: 09 Nov 2024
https://github.com/marcoonroad/sporadic
Composable Concurrency Abstractions for JavaScript. :railway_track: :rhinoceros: :train: :vertical_traffic_light:
async-await channels concurrency coroutines javascript promises reactive-programming streams
Last synced: 16 Nov 2024
https://github.com/meathill/gitbook-javascript-async-tutorial
A full tutorial for JavaScript asynchronous development, with every new feature.
async-await async-javascript ebook gitbook gitchat javascript promise tutorial
Last synced: 23 Nov 2024
https://github.com/lloydmeta/todddo-openapi-rs
Survey of the Rust web scene in mid-2019, covering async/await, DDD-esque structure, testing, mocking, OpenAPI, and Actix
actix actix-web async async-await ddd-esque ddd-patterns futures openapi rust rust-web rustlang swagger
Last synced: 28 Oct 2024
https://github.com/murrayjbrown/nextjs-react-hooks-example
An example Next.js project using React Hooks w/ Markdown, Bulma Sass styling; and AVA, Jest, and Cypress for testing.
async-await ava axios bulma cypress immer javascript jest markdown nextjs nodejs react-hooks sass
Last synced: 11 Nov 2024
https://github.com/calebzulawski/rivulet
Asynchronous pipelines of contiguous data, for rust.
async async-await rust stream-processing
Last synced: 17 Nov 2024
https://github.com/eclipse-vertx/vertx-virtual-threads
Vert.x Virtual Threads
async-await asyncawait concurrency java jvm loom vertx virtual-threads virtualthreads
Last synced: 07 Oct 2024
https://github.com/hacklone/arraync
Async Array methods polyfills
array async async-await javascript promise typescript
Last synced: 25 Nov 2024
https://github.com/timneutkens/is-async-supported
Check if async/await is available natively
Last synced: 22 Dec 2024
https://github.com/stakx/dynamicproxy.asyncinterceptor
`AsyncInterceptor` base class for Castle DynamicProxy that aims at full support for all awaitable types (including custom ones).
async async-await async-interceptor awaitable castle castle-core castle-dynamicproxy dotnet dotnet-standard dynamicproxy interceptor netstandard20
Last synced: 19 Nov 2024
https://github.com/ordermentum/sequelize-batches
async-await iterator nodejs sequelize
Last synced: 14 Nov 2024
https://github.com/canaanites/await-catcher
Promise wrapper for easy error handling without try-catch 💯🔥
async async-await await javascript library promise promise-wrapper typescript wrapper
Last synced: 29 Nov 2024
https://github.com/dpc/tagwiki
A wiki in which you link to pages by specifing hashtags they contain.
async-await jurnal rust tags wiki
Last synced: 27 Oct 2024
https://github.com/yoongkang/nardis
A small web framework based on ASGI
asgi async-await asyncio python web-development web-framework
Last synced: 09 Dec 2024
https://github.com/dscyrescotti/capture
📷 A basic camera application built with AVFoundation and SwiftUI
apple async-await avfoundation camera ios photokit photos swift swift-concurrency swift-package-manager swiftui
Last synced: 12 Oct 2024
https://github.com/zth/enzyme-async-helpers
Async helpers for testing React components with Enzyme.
async async-await enzyme enzyme-testing javascript react tdd testing
Last synced: 28 Oct 2024
https://github.com/goto-bus-stop/p-wait-all
`Promise.all`, but it waits for all promises to settle even if one of them rejected
async-await async-functions await promise promises
Last synced: 17 Oct 2024
https://github.com/geut/hyperdrive-promise
Promise wrapper for Hyperdrive
async-await dat hyperdrive p2p
Last synced: 09 Nov 2024
https://github.com/whizsid/wasmtimer-rs
std::time, tokio::time, tokio_util::time Replacement for WASM targets.
async-await browser hacktoberfest rust timer tokio wasm webassembly
Last synced: 23 Dec 2024
https://github.com/reddavis/redux
A super simple Swift implementation of the redux pattern making use of Swift 5.5's new async await API's.
architecture async async-await ios macos redux state-management swift swiftui
Last synced: 30 Sep 2024
https://github.com/lukepistrol/tasktrigger
Attach async tasks to SwiftUI views using a trigger mechanism.
async-await structured-concurrency swift swift-package-manager swift5 swiftui swiftui-tasks swiftui-viewmodifiers task
Last synced: 23 Oct 2024
https://github.com/kyleross/await-handler
Basic wrapper for await that allows handling of errors without try/catch blocks
async-await await error-handling handler node node8 nodejs npm-module promise
Last synced: 09 Nov 2024
https://github.com/mkloubert/node-enumerable
ES2017 ready LINQ features written in TypeScript.
arrays async-await ecmascript ecmascript2015 ecmascript2017 es6-javascript generators iterator javascript linq linq-methods mit-license nodejs-library promises typescript typescript2
Last synced: 08 Nov 2024
https://github.com/andrewbarba/bittrex-node
Bittrex API Client for Node.js
async-await axios bittrex cryptocurrency https nodejs
Last synced: 02 Nov 2024
https://github.com/undergroundwires/asyncclipboardservice
📋 An async & low-level windows clipboard service implementation for .NET, C#
Last synced: 28 Oct 2024
https://github.com/kevva/p-one
Test whether some promise passes a testing function
async async-await async-functions await concurrency iteration nodejs parallel promise test
Last synced: 28 Oct 2024
https://github.com/fluidattacks/aioextensions
High performance functions to work with the async IO.
async-await asynchronous-programming asyncio multiprocessing performance python python3 threading throughput
Last synced: 19 Nov 2024
https://github.com/michaelvanstraten/swifty-redis
High-Level Async Redis Library for Swift
async-await redis-client swift swift-package
Last synced: 14 Dec 2024
https://github.com/denissimon/ios-mvvm-clean-architecture
Example iOS app designed using Clean & Explicit Architecture hybrid.
app architecture async-await clean-architecture clean-code coordinator explicit-architecture ios ios-app mvvm mvvm-architecture mvvm-c swift swift-concurrency viewmodel xcode
Last synced: 18 Nov 2024
https://github.com/denissimon/iOS-MVVM-Clean-Architecture
Example iOS app designed using Clean & Explicit Architecture hybrid.
app architecture async-await clean-architecture clean-code coordinator explicit-architecture ios ios-app mvvm mvvm-architecture mvvm-c swift swift-concurrency viewmodel xcode
Last synced: 13 Sep 2024
https://github.com/atereshkov/my-finance
Finance App written in Swift and SwiftUI. Modular MVVM architecture (SPM) with Composition Root.
async-await composition-root ios modular-architecture modularization mvvm spm swift swiftui
Last synced: 14 Oct 2024
https://github.com/imranhsayed/javascript-concepts
:mortar_board: A demo app for JavaScript Concepts
async-await javascript promise-all promise-library promises try-catch
Last synced: 19 Oct 2024
https://github.com/epiforge/cogs
General utilities to help with stuff in .NET Development, from Epiforge
async async-await disposable disposal nuget property-change-notification reflection synchronized-collections task threading
Last synced: 30 Nov 2024
https://github.com/kingluo/tokio-socks5
socks5 server using tokio-rs async/await
async-await rust socks5-server tokio-rs
Last synced: 29 Nov 2024
https://github.com/luochen1990/easy-sync
Easily provide synchronous compatibility for your Python asynchronous functions
async async-await asynchronous asyncio dont-repeat-yourself python python3
Last synced: 19 Nov 2024
https://github.com/insipx/coil
Futures-based background work queue built with SQLx and Postgres
async-await async-std asyncronous-jobs job-queue postgres rust smol sqlx task-queue tokio
Last synced: 06 Nov 2024
https://github.com/kevva/p-every
Test whether all promises passes a testing function
async async-await async-functions concurrency iteration nodejs parallel promise
Last synced: 28 Oct 2024
https://github.com/greylocklabs/await-result
Error handling for async functions without try/catch blocks
async-await babel error-handling errors javascript nodejs promises
Last synced: 05 Nov 2024
https://github.com/simsieg/sleepjs
Asynchronous sleep with better time functions and typescript support
async async-await javascript js milliseconds node node-js nodejs npm npm-package pause promise sleep sleep-functions time wait yarn
Last synced: 13 Oct 2024
https://github.com/hejny/waitasecond
Waitasecond is a javascript library that makes managing async code and Promises simple and elegant. It provides an await-like API that can be used in the browser, worker, and node environment, making it a powerful tool for any project. Additionally, the library is fully typed, allowing developers to have complete confidence in the reliability of th
async-await javascript library promises typescript
Last synced: 09 Nov 2024
https://github.com/yskszk63/btknmle
Turn your keyboard and mouse connected to your computer into a bluetooth hid device.
async-await ble hid hogp linux rust tokio
Last synced: 09 Nov 2024
https://github.com/lgope/javascript
The goal of this repo is to save my js programs. Basics of JavaScript.🗽 🚀
array-manipulations array-methods async-await asynchronous-programming dom-manipulation expressjs html5 http-requests javascript javascript-async-await javascript-dom javascript-es6 javascript-es7-snippets javascript-oop jquery node-js objects patterns regex
Last synced: 20 Nov 2024
https://github.com/niharika2k00/crud_using_node_express_mongodb
CRUD application using Express, Node, mongodb. MERN stack boilerplate.
async-await express mongodb mongoose nodejs
Last synced: 20 Nov 2024
https://github.com/suhailroushan13/you-should-know-javascript
Basics of JavaScript 1. History of JavaScript 2. Getting Started with JavaScript 3. Data Types 4. Different Types of console.log() 5. Variables (var, let, const) and Its Scope 6. Operators 7. Type Conversions 8. Control Flow (If else ,loops, break, switch) 9. Functions In JavaScript 10. Objects In JavaScript 11. Arrays In JavaScript
array-methods async-await functions-javascript javascript js loops string-methods
Last synced: 16 Nov 2024
https://github.com/syhner/betterr
A better way to handle errors. Both data and errors are declared with const, available at the top level, and non-nullable (once the other is handled). Errors are always Error objects.
async-await error-handling errors exceptions package promise try-catch typescript
Last synced: 17 Oct 2024
https://github.com/vivek12345/better-async-await.macro
🎣 babel macro for writing better async await statements
Last synced: 22 Oct 2024
https://github.com/vshymanskyy/espruino-await
async/await example for Espruino
async-await babel espruino example rollup template
Last synced: 27 Nov 2024
https://github.com/arvtesh/unityfx.tasks
Task extensions for Unity3d.
async-await asynchronous-programming tasks tpl unity3d unityfx
Last synced: 27 Oct 2024
https://github.com/ardaku/smelling_salts
Start a thread to wake an async executor when the OS's I/O event notifier gathers that the hardware is ready.
async-await futures hardware rust-library wake wakers
Last synced: 29 Nov 2024
https://github.com/jamesmgreene/napi-async-promise-example
Node v8.x N-API asynchronous Promise example addon
addon async async-await asynchronous await deferred future n-api napi native native-module node nodejs promise
Last synced: 23 Oct 2024
https://github.com/mizchi/ardux
Async + Reducer + Redux Like API
ardux async-await react reducer reducers
Last synced: 11 Nov 2024
https://github.com/marihachi/corekey
(Deprecated!) A simply Misskey library for Node.js
async-await misskey nodejs promise typescript
Last synced: 23 Oct 2024
https://github.com/gardnervickers/kafka-protocol-rs
A collection of Rust crates for working with the Kafka protocol
async-await kafka protocol rust
Last synced: 15 Oct 2024
https://github.com/stephencleary/asyncex.testing
Helper types for writing unit tests for asynchronous code.
Last synced: 14 Nov 2024
https://github.com/mysteryjeans/flettu
A library of core helpers, extensions, Async/Await locks on object, strings, integers
async async-await c-sharp lock task
Last synced: 17 Nov 2024
https://github.com/tunnckocore/mukla
🦍 (WIP v0.5 and v1) Delightful & pluggable test runner, ES2017 ready! Working on and targeting Node.js v0.10. Try `asia@next`
async-await async-functions callbacks concurrency fast parallel promises test-framework testing
Last synced: 16 Oct 2024
https://github.com/bengl/pitesti
A super-simple JavaScript test framework.
async-await javascript nodejs promise tap test test-anything-protocol testing
Last synced: 28 Oct 2024
https://github.com/anjoy8/blog.vue.nuxt
基于 nuxt.js 框架开发的个人博客(SSR服务端渲染)
async-await axios cross-env element-ui nuxt vue
Last synced: 10 Oct 2024
https://github.com/johnthiriet/configureawaitbench
Benchmarking code with and without configure await
async async-await benchmark configureawait csharp dotnet netcore sample
Last synced: 11 Nov 2024
https://github.com/team-igniter-from-houston-inc/async-fn
Additional methods for different mocking libraries to introduce "late resolve" of promises returned by the mock functions. This allows tests that read chronologically, like a story.
async async-await bdd javascript jest sinon tdd unit-testing
Last synced: 02 Nov 2024
https://github.com/cusspvz/await-delay
use delay/sleep/wait to async/await ES7
async-await delay es7 promise sleep wait
Last synced: 21 Oct 2024
https://github.com/felipecastrosales/dart-fundamentals
👌 Dart Fundamentals: 1. Fundamentals | 2. Functions and Collections | 3. OOP | 4. Asynchronous Programming | 5. Streams
async async-await asynchronous-programming dart dart-library dart2 dartlang fundamental fundamentals fundamentals-of-programming oop oop-principles streams
Last synced: 23 Nov 2024
https://github.com/octet-stream/then-busboy
Promise-based wrapper around Busboy. Processes multipart/form-data request body and returns it in a single object.
async-await body-parser busboy file-upload form-data javascript multipart nodejs-library promise typescript wrapper
Last synced: 07 Nov 2024
https://github.com/geut/hypercore-promise
An async/await based wrapper for hypercore
async-await dat hypercore promises
Last synced: 09 Nov 2024
https://github.com/pauljohanneskraft/asyncnetwork
Lightweight async/await networking library with interceptor support - usable from iOS 13+.
async-await foundation network swift swift-async swift-foundation urlsession
Last synced: 13 Oct 2024
https://github.com/mtfum/newsapi
An unofficial supported Swift client library for accessing News API.
api-client async-await swift swift-package-manager
Last synced: 11 Nov 2024
https://github.com/orsinium-labs/cardaio
❤️ 🐍 A Python library for adjustable delays
async async-await asyncio python pythonic
Last synced: 16 Nov 2024
https://github.com/lmammino/javascript-iteration-protocols
Some examples regarding JavaScript powerful iteration protocols enabling `for..of` and `for await...of` syntax
async async-await async-iterator async-iterators examples iterator iterators javascript nodejs
Last synced: 24 Oct 2024
https://github.com/marcus-sa/deepkit-restate
Easily build resilient and distributed services using Deepkit and Restate
async-await deepkit distributed-systems durable-execution event-sourcing kafka microservices restate saga saga-orchestration typescript
Last synced: 18 Nov 2024
https://github.com/henry232323/henrio
im just playing with making event loops. really an async library
async async-await async-programming asynchronous asyncio compiler curio hacktoberfest language python3 python36 tags trio
Last synced: 06 Dec 2024
https://github.com/davesag/route-async
A route wrapper allowing use of async / await syntax in Express route controllers
async async-await es6-javascript expressjs
Last synced: 21 Nov 2024
https://github.com/0xleif/fork
🍴 Parallelize two or more async functions
actors async async-await await concurrency fork parallel swift
Last synced: 31 Oct 2024
https://github.com/didilinkin/vue-webapp-aoffice
A+office 基于Vue的SPA应用 —— 正在重写( 此项目长期维护-LTE ) 可通过分支查看第一版本
async-await axios babel es2015 es2016 gulp muse-ui pug-template-engine sass vue-router vue2 vuex webpack
Last synced: 06 Nov 2024
https://github.com/mishadovhiy/videoeditor
Combine videos with AVFoundation. Add CALayers with CABasicAnimation on the AVAsset (adds image, text to the video as overlay), CIFilter, add sound https://apps.apple.com/us/app/movieframe-video-editor/id6479946692
async-await autolayout avfoundation avmutablecomposition cifilter coreanimation coregraphics uikit
Last synced: 10 Nov 2024
https://github.com/shfshanyue/promise-utils
Useful utils about promise. (map, filter, retry, sleep
async-await delay nodejs parallel promise promise-library promise-map
Last synced: 28 Nov 2024
https://github.com/epiforge/gear
General utilities to help with stuff in .NET Development, from Epiforge
async async-await c-sharp caching-library disposable property-change-notification task
Last synced: 09 Nov 2024
https://github.com/maciejcieslar/asynq
Implementing async & await with generators in JavaScript.
async-await generators implementation library typescript
Last synced: 23 Oct 2024
https://github.com/ghost1372/Circulars
نمایش بخشنامه مناطق مختلف سازمان آموزش و پرورش
android async-await coroutines dark-theme images java kotlin material-design navigation-component pdf persian rar recyclerview tiff unrar viewbinding zip
Last synced: 24 Oct 2024
https://github.com/joatin/wgpu_tokio
Async methods for wgpu using tokio runtime
async-await rust tokio-rs wgpu
Last synced: 16 Nov 2024
https://github.com/baekteun/eventlimiter
💎 Simple classes for efficiently handling events based on a Swift Concurrency.
async-await debounce swift-concurrency throttle
Last synced: 08 Nov 2024
https://github.com/invertase/a2a
Async await to Array -> `const [error, value] = await A2A(fooPromise());`
async-await javascript promise
Last synced: 08 Nov 2024
https://github.com/aenesgur/.netcorewebapi-crudapp-onazurecloud
Crud App in .Net Core 3.1 Web API with Redis and SQL Server which are running on Azure Cloud Platform. After development, application dockerized and published on Azure Cloud Platform with domain "http://crudapp-azure.westeurope.azurecontainer.io/api/book/getall/"
async-await asynchronous-programming azure azure-devops crud-api crud-application crud-operations dapper-crud dapper-donet-core dapper-microorm docker dockerfile dotnet-core multi-layer-architecture redis-cache redis-server repository-pattern solid-principles sql-server
Last synced: 10 Nov 2024
https://github.com/presscorp/networkxi
Exquisite networking package for iOS
async-await ios networking swift web-socket
Last synced: 16 Nov 2024
https://github.com/nimblehq/nimble-crypto-ios
This is an sample Crypto market prices ap built with SwiftUI and modularization architecture. The application data is making use of the free APIs provided by Coingecko.
async-await cryptocurrency ios-swift modularization pilot spm swiftui
Last synced: 19 Nov 2024
https://github.com/tevelee/asynchttp
Swift networking with async/await
async-await http networking swift
Last synced: 29 Oct 2024
https://github.com/markusressel/telegram-click-aio
Click inspired command-line interface creation toolkit for aiogram
aiogram aiohttp async-await asynchronous asyncio cli click command command-line command-line-interface command-line-parser commandline-interface decorator hacktoberfest parses-arguments python python3 telegram telegram-bot
Last synced: 28 Oct 2024
https://github.com/supercharge/streams
async/await-ready, chainable streaming utilities for Node.js
async-await nodejs pipeline promises stream streams supercharge utilities
Last synced: 11 Nov 2024
https://github.com/palashmon/learnes6
:fire: Starter files to Learn with ES6 for Everyone by @wesbos
arrow-functions async-await babel babel7 dom es2017 es6 es7 es8 eslint javascript-modules learning practice promise wesbos
Last synced: 22 Nov 2024
https://github.com/codelytv/javascript-async-course
Examples for asynchrony in JavaScript/TypeScript course
async async-await asynchronous javascript promises typescript
Last synced: 11 Nov 2024
https://github.com/pjechris/simplehttp
Lightweight HTTP framework adding functionalites to URLSession.
api-client api-rest async-await hacktoberfest http http-api http-client ios json lighweight network swift swift-combine swift-package-manager urlrequest urlsession
Last synced: 17 Oct 2024
https://github.com/smakeev/asyncswift
Swift, Future, Async, Await.
async async-await await future swift5
Last synced: 15 Nov 2024
https://github.com/vivek12345/async-await-codemod
Codemod to add try catch to all the async await statements
async-await codemod jscodeshift recast
Last synced: 22 Oct 2024
https://github.com/chanlito/kodejs
Koa + Node.js = KodeJS is a web application framework.
async-await boilerplate es7 eslint koa nodejs
Last synced: 25 Nov 2024