trio
https://github.com/python-trio/trio
Python
Trio – a friendly Python library for async concurrency and I/O
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported6 Subscribers
Add a CodeTriage badge to trio
Help out
- Issues
- Missing piece: worker process pools, run_in_worker_process
- Windows: improve usability for low-level IOCP operations
- idea: use sys.set_coroutine_wrapper in the test suite to enforce assert_yields *everywhere*
- Missing feature: sendfile
- Design: do we need batched accept / accept_nowait?
- Should our strategy for handling KeyboardInterrupt be usable for other signals too?
- Cancelled __aexit__ handlers eat exceptions
- Should run_sync_in_worker_thread count as a blocked task for wait_all_tasks_blocked / autojump_clock?
- Backwards-incompatible changes - SUBSCRIBE TO THIS THREAD if you use trio!
- Deadlock detection
- Docs
- Python not yet supported