forked from goodboy/tractor
1
0
Fork 0
tractor/tractor
Tyler Goodlet 051ea3f99d Proxy asyncio cancelleds as well 2021-07-02 13:20:00 -04:00
..
testing Drop trailing comma 2021-07-02 11:59:12 -04:00
__init__.py Export portal type at top level 2021-07-02 13:20:00 -04:00
_actor.py Power of 2 cuz puters 2021-07-02 13:20:00 -04:00
_child.py Support asyncio actors with the trio spawner backend 2021-07-02 13:20:00 -04:00
_debug.py Change trace to transport level 2021-07-02 13:15:12 -04:00
_discovery.py De-densify some code 2021-07-02 13:12:59 -04:00
_entry.py Support asyncio actors with the trio spawner backend 2021-07-02 13:20:00 -04:00
_exceptions.py First try: pack cancelled tracebacks and ship to caller 2021-07-02 13:12:59 -04:00
_forkserver_override.py Ignore type checks on stdlib overrides 2021-02-21 14:08:23 -05:00
_ipc.py Change trace to transport level 2021-07-02 13:15:12 -04:00
_mp_fixup_main.py Fix more stdlib typing issues with latest mypy 2021-02-21 12:48:03 -05:00
_portal.py Always shield cancel the caller on cancel-causing-errors, add teardown logging 2021-07-02 13:12:59 -04:00
_root.py WIP redo asyncio async gen streaming 2021-07-02 13:20:00 -04:00
_spawn.py Don't kill root's immediate children when in debug 2021-07-02 13:20:00 -04:00
_state.py Add a no runtime error 2021-04-28 12:23:08 -04:00
_streaming.py Add pre-stream open error conditions 2021-07-02 13:15:13 -04:00
_trionics.py Add per actor debug mode toggle 2021-07-02 13:20:00 -04:00
log.py Flip "trace" level to "transport" level logging 2021-07-02 13:12:59 -04:00
msg.py Add a @pub kwarg to allow specifying a "startup response message" 2021-07-02 13:20:00 -04:00
to_asyncio.py Proxy asyncio cancelleds as well 2021-07-02 13:20:00 -04:00