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.
chromeExtensionAsync
Promise wrapper for the Chrome extension API so that it can be used with async/await rather than callbacks
lifeline-rs
A dependency injection library for message-based applications
async-test-util
Utility functions that are useful in async/await tests :thumbsup:
Lyrics-King-React-Native
Lyrics King is React Native song lyrics search app, built with Expo. Designed with Adobe XD.
apr
this is like caolan/async which is like lodash but async, but awaitful
eslint-config-welly
😎 ⚙️ ESLint configuration for React projects that I do. Feel free to use this!
LockProvider
A lightweight C# class that can be used to selectively lock objects, resources or statement blocks according to given unique IDs.
JungleScam
An Amazon OSINT scraper for potential scam accounts
FunAsync
⏳ Collection of Swift 5.5 async/await utility functions.
EnumerableAsyncProcessor
Process Multiple Asynchronous Tasks in Various Ways - One at a time / Batched / Rate limited / Concurrently