summaryrefslogtreecommitdiffstats
path: root/python/python3-trio/README
blob: dca4f0304dae4f07cc37c1b0caab589f73b5f3c2 (plain)
The Trio project aims to produce a production-quality, permissively
licensed, async/await-native I/O library for Python. Like all async
libraries, its main purpose is to help you write programs that do
multiple things at the same time with parallelized I/O.