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: about 1 year ago
Linked from 3 awesome lists
asyncasync-awaitasyncexawaitc-sharptask
Related projects:
Repository | Description | Stars |
---|---|---|
| A Java DSL for synchronizing asynchronous operations in testing | 3,845 |
| Utilities for working with asynchronous JavaScript code | 28,208 |
| An asynchronous HTTP client library for Java applications | 6,301 |
| An async version of the Rust standard library with modern features and complete parity with the original API. | 3,971 |
| An HTTP client library that makes asynchronous requests to retrieve data from servers | 10,632 |
| A Swift library that simplifies asynchronous programming using the Async/Await syntax | 750 |
| A library that enables asynchronous programming in Node.js with a more readable syntax than traditional callback hell methods. | 1,909 |
| Provides a simple, chainable interface for async and throwing code in Swift | 195 |
| A helper class to perform asynchronous application initialization in ASP.NET Core 2.x. | 87 |
| An extension to MobX for creating asynchronous computations with built-in promise management and delayed computation. | 165 |
| A wrapper around Apple's location services framework, using async/await and concurrency to simplify its use in Swift applications. | 188 |
| A lightweight implementation of Promises in Swift for more readable and standardized asynchronous code handling | 266 |
| A library that simplifies asynchronous programming by providing coroutines and promises with functional programming features. | 274 |
| A toolset for writing concise and maintainable asynchronous code in Swift using promises | 995 |
| An event emitter designed to minimize synchronous operations in asynchronous code. | 1,754 |