anyio
Concurrency framework
A high-level asynchronous networking and concurrency framework that provides structured concurrency on top of asyncio or trio.
High level asynchronous concurrency and networking framework that works on top of either trio or asyncio
2k stars
27 watching
138 forks
Language: Python
last commit: 5 days ago
Linked from 1 awesome list
async-awaitasynciocuriotrio
Related projects:
Repository | Description | Stars |
---|---|---|
amanieu/asyncplusplus | A lightweight concurrency framework for C++11 | 1,350 |
kassane/asio | A C++ library providing an asynchronous I/O framework for building networked applications. | 7 |
aarvid/actors | An Actor-based concurrency framework for Common Lisp applications | 12 |
teaentitylab/fprust | A set of Rust libraries and frameworks implementing functional programming concepts with a focus on concurrency and asynchronous programming | 119 |
housleyjk/aiopyramid | Provides tools and patterns for building web applications on asynchronous servers using Pyramid and asyncio. | 79 |
iu-parfunc/lvars | Provides a data structure and framework for monotonically-growing concurrent programs | 81 |
marcoonroad/sporadic | A set of abstractions for concurrency and asynchronous programming in JavaScript | 18 |
puniverse/pulsar | Provides a concurrency framework with fibers, channels and actors for Clojure. | 911 |
status-im/nim-chronos | An efficient asynchronous programming framework for Nim. | 362 |
arun11299/coro-async | A C++ library providing a coroutine-based approach to networking | 37 |
kakserpom/phpdaemon | A high-performance, asynchronous server-side framework for network applications implemented in PHP. | 1,529 |
infinit/elle | An asynchronous C++ framework providing reusable concepts and libraries for building concurrent systems. | 477 |
garveen/laravoole | A framework that integrates Laravel with Swoole or Workerman to improve performance by handling HTTP requests concurrently. | 889 |
awkward-squad/ki | A lightweight library for structured concurrency in Haskell, providing a simple and efficient way to manage concurrent operations. | 83 |
facebookexperimental/libunifex | A C++ implementation of an async programming model with schedulers, timers, I/O and coroutine support for concurrent systems. | 1,486 |