paco

Async utility library

A utility library for writing asynchronous cooperative multitasking in Python with a focus on generic programming and concurrency support.

Small utility library for coroutine-driven asynchronous generic programming in Python

GitHub

202 stars
7 watching
13 forks
Language: Python
last commit: 9 months ago
Linked from 1 awesome list

asynchronousasynciocoroutinesgeneric-programminglibrarypythonutility

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
achimnol/aiotools Provides idiomatic asyncio utilities for building asynchronous applications. 154
awestlake87/pyo3-asyncio A Rust library that enables interactions between Python Coroutines and Rust Futures using the Asyncio Library 311
tomplus/kubernetes_asyncio An asynchronous Python client library for the Kubernetes API 365
arun11299/coro-async A C++ library providing a coroutine-based approach to networking 37
aiokitchen/aiomisc A collection of utility functions and classes for working with asynchronous I/O in Python 388
quora/asynq A Python library that simplifies asynchronous programming by allowing batching of requests to external services. 688
harisekhon/pylib A utility library providing various validation and utility functions for Python applications. 11
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
kassane/asio A C++ library providing an asynchronous I/O framework for building networked applications. 7
ryananguiano/async_property A Python decorator for creating asynchronous properties in async functions. 87
peterhinch/micropython-async A resource providing documentation, tutorials, and code examples for using asynchronous programming in MicroPython for embedded systems 741
dano/aioprocessing A Python library that integrates asyncio with multiprocessing for concurrent task execution 655
briancavalier/creed A library that simplifies asynchronous programming by providing coroutines and promises with functional programming features. 274
naasking/async.h A header-only C library providing asynchronous subroutine support based on Duff's device 709
zhangchiqing/bluebird-promisell A functional programming library for promises that helps write flat async code with composable functions 44