1
0
Fork 0
tractor/tractor
Tyler Goodlet 36fd75e217 Fix some bugs to get tests working
Fix quite a few little bugs:
- async gen func detection in `_invoke()`
- always cancel channel server on main task exit
- wait for remaining channel peers after unsub from arbiter
- return result from main task(s) all the way up to `tractor.run()`

Also add a `Portal.result()` for getting the final result(s) from the
actor's main task and fix up a bunch of docs.
2018-07-11 22:20:13 -04:00
..
__init__.py Fix some bugs to get tests working 2018-07-11 22:20:13 -04:00
ipc.py Rename package dir to tractor 2018-07-05 19:40:36 -04:00
log.py Don't create formatter if no log level set 2018-07-10 17:28:29 -04:00