AsyncEx
Async library
A helper library for asynchronous programming in C#
A helper library for async/await.
4k stars
157 watching
357 forks
Language: C#
last commit: 11 months ago
Linked from 3 awesome lists
asyncasync-awaitasyncexawaitc-sharptask
Related projects:
Repository | Description | Stars |
---|---|---|
awaitility/awaitility | A Java DSL for synchronizing asynchronous operations in testing | 3,828 |
caolan/async | Utilities for working with asynchronous JavaScript code | 28,191 |
asynchttpclient/async-http-client | An asynchronous HTTP and WebSocket client library for Java applications | 6,292 |
async-rs/async-std | An async version of the Rust standard library with modern features and complete parity with the original API. | 3,966 |
android-async-http/android-async-http | An HTTP client library that makes asynchronous requests to retrieve data from servers | 10,634 |
yannickl/awaitkit | A Swift library that simplifies asynchronous programming using the Async/Await syntax | 750 |
yortus/asyncawait | A library that enables asynchronous programming in Node.js with a more readable syntax than traditional callback hell methods. | 1,908 |
async-plus/async-plus | Provides a simple, chainable interface for async and throwing code in Swift | 195 |
thomaslevesque/aspnetcore.asyncinitialization | A helper class to perform asynchronous application initialization in ASP.NET Core 2.x. | 87 |
danielearwicker/computed-async-mobx | An extension to MobX for creating asynchronous computations with built-in promise management and delayed computation. | 165 |
asyncswift/asynclocationkit | A wrapper around Apple's location services framework, using async/await and concurrency to simplify its use in Swift applications. | 187 |
vadymmarkov/when | A lightweight implementation of Promises in Swift for more readable and standardized asynchronous code handling | 266 |
briancavalier/creed | A library that simplifies asynchronous programming by providing coroutines and promises with functional programming features. | 274 |
freshos/then | A toolset for writing concise and maintainable asynchronous code in Swift using promises | 993 |
sindresorhus/emittery | An event emitter designed to minimize synchronous operations in asynchronous code. | 1,745 |