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
- Improve low-level IO monitor functions (for IOCP and kqueue)
- Should send_all automatically do wait_send_all_might_not_block after sending the data?
- Better error messages for accidentally adding/forgetting an "async"?
- Make sure not to invalidate SSL sessions when closing with https_compatible=True
- Do some benchmarking to choose a sensible default number of threads
- [discussion] What to do about cancel scopes / nurseries inside generators?
- [wip] Sketch of how shared tasks might work
- Possible API breakers in ParkingLot
- wall clock timing functionality
- Is it better to have sleep(0), sleep(x), sleep(inf), or checkpoint(), sleep(x), sleep_forever()?
- Docs
- Python not yet supported