1
0
Fork 0
tractor/tractor
Tyler Goodlet a588047ad4 Stop channel based async gen streams on exit
I'm not sure how this ever worked but when a "fake" async gen
(i.e. function with special `chan`, `cid` kwargs) is completed
we need to signal the end of the stream just like with normal
async gens. Also don't fail when trying to remove tasks that were
never tracked.

Fixes #46
2018-11-30 01:24:59 -05:00
..
testing Expose `tractor_test` in the same way as `trio` 2018-11-26 11:26:04 -05:00
__init__.py Expose trio.MultiError publicly 2018-11-19 14:15:28 -05:00
_actor.py Stop channel based async gen streams on exit 2018-11-30 01:24:59 -05:00
_exceptions.py Add custom exceptions with msg (un)packing 2018-11-19 03:51:12 -05:00
_forkserver_hackzorz.py Woot! mypy run is clean! 2018-08-31 17:16:24 -04:00
_ipc.py Drop deprecated trio error 2018-11-09 01:53:15 -05:00
_portal.py mypy fixes 2018-11-19 08:47:42 -05:00
_state.py Woot! mypy run is clean! 2018-08-31 17:16:24 -04:00
_trionics.py Leverage `pytest.raises()` better; fix a bunch of docs 2018-11-22 11:43:04 -05:00
log.py Oh, mypy... 2018-11-09 01:52:57 -05:00