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
100 forks
Language: Python
last commit: almost 5 years ago
Linked from 2 awesome lists


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
ryananguiano/async_property A Python decorator for creating asynchronous properties in async functions. 87
vadymmarkov/when A lightweight implementation of Promises in Swift for more readable and standardized asynchronous code handling 266
danielearwicker/computed-async-mobx An extension to MobX for creating asynchronous computations with built-in promise management and delayed computation. 165
tomlokhorst/promissum A Swift library providing a set of combinators and utilities for working with asynchronous operations in an functional programming style. 68
briancavalier/creed A library that simplifies asynchronous programming by providing coroutines and promises with functional programming features. 274
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
davidask/futures A framework for simplifying asynchronous programming using lightweight promises and futures 58
malcommac/hydra A lightweight library for writing better async code in Swift 1,972
quora/asynq A Python library that simplifies asynchronous programming by allowing batching of requests to external services. 688
async-plus/async-plus Provides a simple, chainable interface for async and throwing code in Swift 195
martinmalinda/vue-concurrency A library that provides abstraction and management of asynchronous operations for Vue applications. 352
melvinkcx/fastapi-events An event dispatching/handling library for FastAPI and Starlette applications 444
papooch/nestjs-cls A module that provides a way to store state and propagate it throughout asynchronous code in NestJS applications. 450
clojure/core.async A Clojure library providing facilities for concurrent programming and communication. 1,956
couchdeveloper/futurelib A Swift 2 library implementing asynchronous programming concepts inspired by Scala and Promises/A+ 40