forked from goodboy/tractor
1
0
Fork 0
tractor/tractor
Tyler Goodlet e161f7bac0 WIP redo asyncio async gen streaming 2021-09-08 07:46:55 -04:00
..
testing Drop trailing comma 2021-07-06 08:23:29 -04:00
__init__.py Export portal type at top level 2021-09-02 16:22:59 -04:00
_actor.py Add an obnoxious error message on internal failures 2021-09-08 07:46:55 -04:00
_broadcast.py Fix 404ed tokio urls 2021-09-02 21:12:54 -04:00
_child.py Support asyncio actors with the trio spawner backend 2021-09-08 07:46:55 -04:00
_debug.py Unlock pdb tty on all possible net faults 2021-09-02 16:23:38 -04:00
_discovery.py De-densify some code 2021-07-06 08:23:30 -04:00
_entry.py Support asyncio actors with the trio spawner backend 2021-09-08 07:46:55 -04:00
_exceptions.py Hide `_invoke()` tb, move actor error to exceptions mod 2021-07-31 13:56:26 -04:00
_forkserver_override.py Ignore type checks on stdlib overrides 2021-02-21 14:08:23 -05:00
_ipc.py Add a stream type factory 2021-09-07 21:07:33 -04:00
_mp_fixup_main.py Fix more stdlib typing issues with latest mypy 2021-02-21 12:48:03 -05:00
_portal.py Add `shield: bool` kwarg to `Portal.open_stream_from()` 2021-09-02 21:12:54 -04:00
_root.py WIP redo asyncio async gen streaming 2021-09-08 07:46:55 -04:00
_spawn.py Support asyncio actors with the trio spawner backend 2021-09-08 07:46:55 -04:00
_state.py Add a no runtime error 2021-04-28 12:23:08 -04:00
_streaming.py Add some bcaster ref sanity asserts around subscriptions 2021-09-02 21:12:54 -04:00
_trionics.py Add per actor debug mode toggle 2021-09-08 07:46:55 -04:00
log.py Define explicit adapter level methods for mypy 2021-07-08 12:51:35 -04:00
msg.py Add a @pub kwarg to allow specifying a "startup response message" 2021-09-08 07:46:55 -04:00
to_asyncio.py WIP redo asyncio async gen streaming 2021-09-08 07:46:55 -04:00