async_with
Async clause processor
An asynchronous version of Elixir's with function that resolves dependency graphs and executes clauses in the most performant way possible.
The asynchronous version of Elixir's "with", resolving the dependency graph and executing the clauses in the most performant way possible!
157 stars
7 watching
4 forks
Language: Elixir
last commit: over 1 year ago
Linked from 1 awesome list
asyncelixir
Related projects:
Repository | Description | Stars |
---|---|---|
arp-g/async-elixir | A comprehensive resource for learning Elixir's concurrency features and asynchronous programming techniques | 161 |
quora/asynq | A Python library that simplifies asynchronous programming by allowing batching of requests to external services. | 688 |
briancavalier/creed | A library that simplifies asynchronous programming by providing coroutines and promises with functional programming features. | 274 |
tomlokhorst/promissum | A Swift library providing a set of combinators and utilities for working with asynchronous operations in an functional programming style. | 68 |
seantanly/elixir-paratize | An Elixir library providing parallel processing facilities with customizable worker size and timeout options. | 28 |
orthecreedence/cl-async | A library providing asynchronous I/O capabilities for Common Lisp programming. | 273 |
sheharyarn/que | A distributed job processing system utilizing an in-memory real-time database | 669 |
gchauvet/vertx-async | A Java library providing helpers for common async patterns in the Vert.x framework. | 12 |
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 |
rbatis/fast_log | A high-performance asynchronous logging library with features like batch writing, compression, and flexible appenders. | 245 |
asonge/graphql | A tool that compiles GraphQL queries into native Elixir code, handling asynchronous requests and composing results. | 87 |
thomaslevesque/aspnetcore.asyncinitialization | A helper class to perform asynchronous application initialization in ASP.NET Core 2.x. | 87 |
dashbitco/flow | A parallel computation library on top of GenStage for Elixir | 1,553 |
matatbread/nodent | An asynchronous JavaScript language extension that simplifies writing and understanding of asynchronous code without adding runtime dependencies or execution freedom. | 288 |