forked from goodboy/tractor
1
0
Fork 0
tractor/tractor/trionics
Tyler Goodlet d0f5c7a5e2 Change to `gather_contexts()`, use event for graceful exit
The api we've made here is actually closer to `asyncio.gather()` but
with opening async context managers instead of funcs. Use another event
to allow for graceful teardown of children on non-cancellation exits
and add a doc string.
2021-10-24 14:00:01 -04:00
..
__init__.py Change to `gather_contexts()`, use event for graceful exit 2021-10-24 14:00:01 -04:00
_broadcast.py Move broadcast channel parts into trionics 2021-10-23 15:54:40 -04:00
_mngrs.py Change to `gather_contexts()`, use event for graceful exit 2021-10-24 14:00:01 -04:00