async_property
Async property decorator
A Python decorator for creating asynchronous properties in async functions.
Python decorator for async properties.
88 stars
2 watching
8 forks
Language: Python
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A library that simplifies asynchronous code by providing a magic decorator syntax for executing blocking code in multiple threads | 1,460 |
| A Rust library that enables interactions between Python Coroutines and Rust Futures using the Asyncio Library | 318 |
| A Vue component plugin that enables asynchronous data fetching and computation in Vue applications. | 0 |
| A utility library for writing asynchronous cooperative multitasking in Python with a focus on generic programming and concurrency support. | 203 |
| A Python library that simplifies asynchronous programming by allowing batching of requests to external services. | 688 |
| A collection of utility functions and classes for working with asynchronous I/O in Python | 386 |
| A utility library that simplifies asynchronous programming in C++ by providing pre-built patterns and lambdas to avoid callbacks and manage complex operations. | 101 |
| Provides facilities for asynchronous programming and communication in Clojure | 1,956 |
| A library that simplifies asynchronous programming by providing coroutines and promises with functional programming features. | 274 |
| Provides idiomatic asyncio utilities for building asynchronous applications. | 154 |
| A collection of utilities for working with asynchronous code in JavaScript | 25 |
| A library that wraps asyncpg to enable use with SQLAlchemy | 416 |
| A Python package that provides an asynchronous interface to serial communication. | 133 |
| A Swift library providing a set of combinators and utilities for working with asynchronous operations in an functional programming style. | 68 |
| Port of an async library to use Promises instead of callbacks in Node.js | 29 |