diff options
| author | Dimitris Zlatanidis <dslackw@gmail.com> | 2024-02-16 11:18:58 +0700 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-16 18:51:34 +0700 |
| commit | f8000bf9ca90f4d5ecdb06f3cca5ca1002d134f5 (patch) | |
| tree | d04aa43b13e31caef10a2a62249245aba67bbe95 /python/python3-trio/README | |
| parent | 65b85d75b267cc5e24acd3048091d5c9c14c51ed (diff) | |
python/python3-trio: Added (Python library for async concurrency).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-trio/README')
| -rw-r--r-- | python/python3-trio/README | 5 |
1 files changed, 5 insertions, 0 deletions
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. + |
