From f8000bf9ca90f4d5ecdb06f3cca5ca1002d134f5 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Fri, 16 Feb 2024 11:18:58 +0700 Subject: python/python3-trio: Added (Python library for async concurrency). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-trio/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 python/python3-trio/README (limited to 'python/python3-trio/README') diff --git a/python/python3-trio/README b/python/python3-trio/README new file mode 100644 index 0000000000..dca4f0304d --- /dev/null +++ b/python/python3-trio/README @@ -0,0 +1,5 @@ +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. + -- cgit v1.2.3