1
0
Fork 0
tractor/tractor
Tyler Goodlet 1f85f71534 Use `async_generator`'s `aclosing()` helper
Take @njsmith's advice and properly close actor invoked async generators
using `async_generator.aclosing()` instead of hacking it (as previous)
with a shielded cancel scope.
2018-07-13 22:18:08 -04:00
..
__init__.py Use `async_generator`'s `aclosing()` helper 2018-07-13 22:18:08 -04:00
ipc.py Move chan connect helper to ipc mod 2018-07-11 22:20:13 -04:00
log.py Don't create formatter if no log level set 2018-07-10 17:28:29 -04:00