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 - avoid nursery blocks for simple cases
- AsyncBool, AsyncValue - value wrappers with the ability to wait for a specific value or transition
- AsyncDictionary - dictionary with waitable get and pop
- periodic - a periodic loop which accounts for its own execution time
- azip, azip_longest - async zip with parallel iteration
- UnqueuedRepeatedEvent, MailboxRepeatedEvent - 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.2.0.tar.gz
(10.8 kB
view hashes)
Built Distribution
trio_util-0.2.0-py3-none-any.whl
(12.9 kB
view hashes)
Close
Hashes for trio_util-0.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | abdcabf74ac670bbea947332966782cf6d6adf2551593f1f2ed8d41222f92610 |
|
MD5 | b7a2e3fcd22214b63975d11b050f3cd4 |
|
BLAKE2b-256 | e9fea9aac6909df7bfff07d184d511c39eca52c12c7772d1e6707806471d9ed1 |