asynq
Async processor
A Python library that simplifies asynchronous programming by allowing batching of requests to external services.
Python library for asynchronous programming
688 stars
36 watching
47 forks
Language: Python
last commit: 2 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
awestlake87/pyo3-asyncio | A Rust library that enables interactions between Python Coroutines and Rust Futures using the Asyncio Library | 318 |
python-streamz/streamz | A library for building and managing real-time stream processing pipelines in Python | 1,247 |
peterhinch/micropython-async | A resource providing documentation, tutorials, and code examples for using asynchronous programming in MicroPython for embedded systems | 750 |
fertapric/async_with | An asynchronous version of Elixir's with function that resolves dependency graphs and executes clauses in the most performant way possible. | 156 |
semiversus/python-broqer | A reactive data processing library with publish-subscribe functionality and asyncio support. | 74 |
arun11299/coro-async | A C++ library providing a coroutine-based approach to networking | 37 |
ask/celery | An asynchronous task queue/job queue for distributed message passing | 54 |
paulrademacher/asyncpp | A utility library that simplifies asynchronous programming in C++ by providing pre-built patterns and lambdas to avoid callbacks and manage complex operations. | 101 |
h2non/paco | A utility library for writing asynchronous cooperative multitasking in Python with a focus on generic programming and concurrency support. | 203 |
python-trio/trio-asyncio | A library that re-implements the asyncio mainloop on top of Trio | 188 |
wakatime/wakaq | A background task queue for Python applications backed by Redis and Celery. | 575 |
jczic/xasyncsockets | A library that provides efficient and managed asynchronous socket functionality for Python/MicroPython | 40 |
briancavalier/creed | A library that simplifies asynchronous programming by providing coroutines and promises with functional programming features. | 274 |
jlipps/asyncbox | A collection of utilities for working with asynchronous code in JavaScript | 25 |
ryananguiano/async_property | A Python decorator for creating asynchronous properties in async functions. | 88 |