optional-async
Async wrapper
Async extensions for working with the Optional library in C# to chain asynchronous functions without awaiting
Async extensions for Nils Luck's Optional library.
5 stars
2 watching
1 forks
Language: C#
last commit: 8 months ago Related projects:
Repository | Description | Stars |
---|---|---|
async-plus/async-plus | Provides a simple, chainable interface for async and throwing code in Swift | 195 |
zhangchiqing/bluebird-promisell | A functional programming library for promises that helps write flat async code with composable functions | 44 |
jgornick/asyncp | Port of an async library to use Promises instead of callbacks in Node.js | 29 |
clojure/core.async | A Clojure library providing facilities for concurrent programming and communication. | 1,956 |
briancavalier/creed | A library that simplifies asynchronous programming by providing coroutines and promises with functional programming features. | 274 |
dvlsg/async-csp | An implementation of Communicating Sequential Processes using ES2016's async/await syntax. | 317 |
orthecreedence/cl-async | A library providing asynchronous I/O capabilities for Common Lisp programming. | 273 |
awestlake87/pyo3-asyncio | A Rust library that enables interactions between Python Coroutines and Rust Futures using the Asyncio Library | 311 |
junker/paren-async | Provides an asynchronous programming extension for the Parenscript language | 3 |
real-serious-games/c-sharp-promise | A C# promises library for managing asynchronous operations in game development and other high-performance applications. | 1,202 |
danielearwicker/computed-async-mobx | An extension to MobX for creating asynchronous computations with built-in promise management and delayed computation. | 165 |
leebyron/rollup-plugin-async | Transforms async functions to generator functions before bundling | 40 |
nlkl/optional | Provides a robust option type for C# to avoid null-reference exceptions and signal intent in data modeling | 904 |
tmenier/asyncpoco | A .NET micro-ORM with asynchronous API and cross-platform support. | 127 |
svermeulen/nvim-lusc | A Lua-based library for structured async/ concurrency in Neovim | 13 |