Tomorrow

Async decorator

A library that simplifies asynchronous code by providing a magic decorator syntax for executing blocking code in multiple threads

Magic decorator syntax for asynchronous code in Python

GitHub

1k stars
50 watching
98 forks
Language: Python
last commit: over 6 years ago
Linked from 2 awesome lists


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
ryananguiano/async_propertyA Python decorator for creating asynchronous properties in async functions.88
vadymmarkov/whenA lightweight implementation of Promises in Swift for more readable and standardized asynchronous code handling266
danielearwicker/computed-async-mobxAn extension to MobX for creating asynchronous computations with built-in promise management and delayed computation.165
tomlokhorst/promissumA Swift library providing a set of combinators and utilities for working with asynchronous operations in an functional programming style.68
briancavalier/creedA library that simplifies asynchronous programming by providing coroutines and promises with functional programming features.274
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
davidask/futuresA framework for simplifying asynchronous programming using lightweight promises and futures58
malcommac/hydraA lightweight library for writing better async code in Swift1,973
quora/asynqA Python library that simplifies asynchronous programming by allowing batching of requests to external services.688
async-plus/async-plusProvides a simple, chainable interface for async and throwing code in Swift195
martinmalinda/vue-concurrencyA library that provides abstraction and management of asynchronous operations for Vue applications.352
melvinkcx/fastapi-eventsAn event dispatching/handling library for FastAPI and Starlette applications453
papooch/nestjs-clsA module that provides a way to store state and propagate it throughout asynchronous code in NestJS applications.462
clojure/core.asyncProvides facilities for asynchronous programming and communication in Clojure1,956
couchdeveloper/futurelibA Swift 2 library implementing asynchronous programming concepts inspired by Scala and Promises/A+40