gsmecher / tworoutineLinks
Undermining Python's "turtles-all-the-way-up" asynchronous idiom.
☆19Updated 7 years ago
Alternatives and similar repositories for tworoutine
Users that are interested in tworoutine are comparing it to the libraries listed below
Sorting:
- a re-implementation of the asyncio mainloop on top of Trio☆202Updated 9 months ago
- Library providing syntactic sugar for creating variant forms of a canonical function☆74Updated 7 years ago
- Python dependency graph for parallel and/or async execution☆15Updated 6 years ago
- CPU parallelism for Trio☆65Updated this week
- Distributed process pool for Python☆110Updated 3 years ago
- Reenter an asyncio or Trio event loop from synchronous code☆87Updated 2 weeks ago
- Four-wheel drive for asyncio.☆81Updated 3 months ago
- Parse and manipulate version numbers.☆48Updated 3 weeks ago
- Network protocol implementations in Python, sans I/O☆151Updated 3 months ago
- PostgreSQL client for Trio based on asyncpg