Utility library for the Trio async/await framework
Project description
An assortment of utilities for the Trio async/await framework, including:
- wait_any, wait_all, move_on_when - avoid nursery blocks for simple cases
- AsyncBool, AsyncValue - value wrappers with the ability to wait for a specific value or transition
- periodic - periodic loop which accounts for its own execution time
- @trio_async_generator - decorator which adapts a generator containing Trio constructs for safe use
- azip, azip_longest - async zip with parallel iteration
- RepeatedEvent - if you really, really want to reuse an event
- and more (... obscure stuff you probably don't need)!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
trio_util-0.7.0.tar.gz
(15.8 kB
view hashes)
Built Distribution
trio_util-0.7.0-py3-none-any.whl
(18.6 kB
view hashes)
Close
Hashes for trio_util-0.7.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a02b3daaf4996d7363f3fdfdc64157ef13d3d3725dff0dcaa0b47f4a6b5af4af |
|
MD5 | f06c899fa1f3aaf843ac98bcc768da01 |
|
BLAKE2b-256 | ca83ab06f90eec7352c59e89570597ddd28499222fdc417dd8d51fbb27fe03b5 |