async_property
Async property decorator
A Python decorator for creating asynchronous properties in async functions.
Python decorator for async properties.
87 stars
2 watching
8 forks
Language: Python
last commit: about 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
madisonmay/tomorrow | A library that simplifies asynchronous code by providing a magic decorator syntax for executing blocking code in multiple threads | 1,461 |
awestlake87/pyo3-asyncio | A Rust library that enables interactions between Python Coroutines and Rust Futures using the Asyncio Library | 311 |
blainehansen/vue-async-properties | A Vue component plugin that enables asynchronous data fetching and computation in Vue applications. | 0 |
h2non/paco | A utility library for writing asynchronous cooperative multitasking in Python with a focus on generic programming and concurrency support. | 202 |
quora/asynq | A Python library that simplifies asynchronous programming by allowing batching of requests to external services. | 688 |
aiokitchen/aiomisc | A collection of utility functions and classes for working with asynchronous I/O in Python | 388 |
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 |
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 |
achimnol/aiotools | Provides idiomatic asyncio utilities for building asynchronous applications. | 154 |
jlipps/asyncbox | A collection of utilities for working with asynchronous code in JavaScript | 25 |
canopytax/asyncpgsa | A library that wraps asyncpg to enable use with SQLAlchemy | 417 |
mrjohannchang/aioserial.py | A Python package that provides an asynchronous interface to serial communication. | 133 |
tomlokhorst/promissum | A Swift library providing a set of combinators and utilities for working with asynchronous operations in an functional programming style. | 68 |
jgornick/asyncp | Port of an async library to use Promises instead of callbacks in Node.js | 29 |