pyo3-asyncio
Async library
A Rust library that enables interactions between Python Coroutines and Rust Futures using the Asyncio Library
318 stars
8 watching
49 forks
Language: Rust
last commit: 7 months ago Related projects:
Repository | Description | Stars |
---|---|---|
briancavalier/creed | A library that simplifies asynchronous programming by providing coroutines and promises with functional programming features. | 274 |
python-trio/trio-asyncio | A library that re-implements the asyncio mainloop on top of Trio | 188 |
clojure/core.async | Provides facilities for asynchronous programming and communication in Clojure | 1,956 |
achimnol/aiotools | Provides idiomatic asyncio utilities for building asynchronous applications. | 154 |
malcommac/hydra | A lightweight library for writing better async code in Swift | 1,973 |
peterhinch/micropython-async | A resource providing documentation, tutorials, and code examples for using asynchronous programming in MicroPython for embedded systems | 750 |
quora/asynq | A Python library that simplifies asynchronous programming by allowing batching of requests to external services. | 688 |
yannickl/awaitkit | A Swift library that simplifies asynchronous programming using the Async/Await syntax | 750 |
64bit/async-openai | A Rust library providing an asynchronous interface to the OpenAI API | 1,202 |
tmenier/asyncpoco | A .NET micro-ORM with asynchronous API and cross-platform support. | 127 |
h2non/paco | A utility library for writing asynchronous cooperative multitasking in Python with a focus on generic programming and concurrency support. | 203 |
flipcoder/kit | A C++ library providing utilities and abstractions for asynchronous programming, coroutines, reactive systems, and other related concepts. | 23 |
arun11299/coro-async | A C++ library providing a coroutine-based approach to networking | 37 |
pytest-dev/pytest-asyncio | Provides support for coroutines in pytest tests | 1,443 |
joelnet/mojiscript | An async-first functional programming library designed to work seamlessly with JavaScript and its ecosystem. | 149 |