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.

List async/await repositories

chromeExtensionAsync

227
Stars
32
Forks
Watchers

Promise wrapper for the Chrome extension API so that it can be used with async/await rather than callbacks

lifeline-rs

39
Stars
3
Forks
Watchers

A dependency injection library for message-based applications

async-test-util

27
Stars
2
Forks
Watchers

Utility functions that are useful in async/await tests :thumbsup:

Lyrics-King-React-Native

329
Stars
108
Forks
Watchers

Lyrics King is React Native song lyrics search app, built with Expo. Designed with Adobe XD.

apr

74
Stars
5
Forks
Watchers

this is like caolan/async which is like lodash but async, but awaitful

eslint-config-welly

21
Stars
2
Forks
Watchers

😎 ⚙️ ESLint configuration for React projects that I do. Feel free to use this!

LockProvider

37
Stars
6
Forks
Watchers

A lightweight C# class that can be used to selectively lock objects, resources or statement blocks according to given unique IDs.

JungleScam

33
Stars
10
Forks
Watchers

An Amazon OSINT scraper for potential scam accounts

FunAsync

24
Stars
1
Forks
Watchers

⏳ Collection of Swift 5.5 async/await utility functions.

EnumerableAsyncProcessor

105
Stars
2
Forks
Watchers

Process Multiple Asynchronous Tasks in Various Ways - One at a time / Batched / Rate limited / Concurrently