Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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://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/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/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/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/hacklone/arraync

Async Array methods polyfills

array async async-await javascript promise typescript

Last synced: 25 Nov 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/timneutkens/is-async-supported

Check if async/await is available natively

async-await

Last synced: 22 Dec 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/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/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/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/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/robertoachar/async-await

async-await samples.

async async-await await node

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/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/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#

async-await clipboard

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/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/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/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/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/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/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/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/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

async-await babel babel-macro

Last synced: 22 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/vshymanskyy/espruino-await

async/await example for Espruino

async-await babel espruino example rollup template

Last synced: 27 Nov 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.

async-await c-sharp testing

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/0xopenbytes/taskmanager

A cache for asynchronous tasks in Swift

async async-await cache ios macos manager swift task tvos watchos

Last synced: 06 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/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/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/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/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/joatin/wgpu_tokio

Async methods for wgpu using tokio runtime

async-await rust tokio-rs wgpu

Last synced: 16 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/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/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/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/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/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/davidromanovizc/cdz-bot

A bot that solves online tests on educational platforms

async async-await asyncio postgresql python python3 requests script sqlalchemy telegram telegram-bot

Last synced: 11 Oct 2024

async/await Awesome Lists
async/await Categories