async_property

Async property decorator

A Python decorator for creating asynchronous properties in async functions.

Python decorator for async properties.

GitHub

88 stars
2 watching
8 forks
Language: Python
last commit: about 3 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
madisonmay/tomorrowA library that simplifies asynchronous code by providing a magic decorator syntax for executing blocking code in multiple threads1,460
awestlake87/pyo3-asyncioA Rust library that enables interactions between Python Coroutines and Rust Futures using the Asyncio Library318
blainehansen/vue-async-propertiesA Vue component plugin that enables asynchronous data fetching and computation in Vue applications.0
h2non/pacoA utility library for writing asynchronous cooperative multitasking in Python with a focus on generic programming and concurrency support.203
quora/asynqA Python library that simplifies asynchronous programming by allowing batching of requests to external services.688
aiokitchen/aiomiscA collection of utility functions and classes for working with asynchronous I/O in Python386
paulrademacher/asyncppA 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.asyncProvides facilities for asynchronous programming and communication in Clojure1,956
briancavalier/creedA library that simplifies asynchronous programming by providing coroutines and promises with functional programming features.274
achimnol/aiotoolsProvides idiomatic asyncio utilities for building asynchronous applications.154
jlipps/asyncboxA collection of utilities for working with asynchronous code in JavaScript25
canopytax/asyncpgsaA library that wraps asyncpg to enable use with SQLAlchemy416
mrjohannchang/aioserial.pyA Python package that provides an asynchronous interface to serial communication.133
tomlokhorst/promissumA Swift library providing a set of combinators and utilities for working with asynchronous operations in an functional programming style.68
jgornick/asyncpPort of an async library to use Promises instead of callbacks in Node.js29