tractor/tractor
Tyler Goodlet 6ae4d8699e Tweak log msg 2021-05-31 09:27:40 -04:00
..
testing Drop tractor.run() from @tractor_test 2021-01-08 20:56:03 -05:00
__init__.py Expose msg stream types at top level 2021-05-31 09:25:38 -04:00
_actor.py Add an obnoxious error message on internal failures 2021-05-31 09:27:40 -04:00
_child.py Support asyncio actors with the trio spawner backend 2021-05-31 09:27:40 -04:00
_debug.py Fix up var naming and typing 2021-05-31 09:25:38 -04:00
_discovery.py Port inter-process method calls to `Portal.run_from_ns()` 2020-12-22 10:39:47 -05:00
_entry.py Support asyncio actors with the trio spawner backend 2021-05-31 09:27:40 -04:00
_exceptions.py Add a no runtime error 2021-04-28 12:23:08 -04:00
_forkserver_override.py Ignore type checks on stdlib overrides 2021-02-21 14:08:23 -05:00
_ipc.py Formatting 2021-04-28 12:23:08 -04:00
_mp_fixup_main.py Fix more stdlib typing issues with latest mypy 2021-02-21 12:48:03 -05:00
_portal.py Be more pedantic with error handling 2021-05-31 09:25:38 -04:00
_root.py Don't shield on root cancel it can causes hangs 2021-05-31 09:26:17 -04:00
_spawn.py Support asyncio actors with the trio spawner backend 2021-05-31 09:27:40 -04:00
_state.py Add a no runtime error 2021-04-28 12:23:08 -04:00
_streaming.py Only send stop msg if not received from far end 2021-05-31 09:25:38 -04:00
_trionics.py Revert removal of `infect_asyncio` in nursery start methods 2021-05-31 09:27:40 -04:00
log.py Add a "runtime" log level 2020-12-26 15:45:45 -05:00
msg.py Add a @pub kwarg to allow specifying a "startup response message" 2021-05-31 09:27:10 -04:00
to_asyncio.py Tweak log msg 2021-05-31 09:27:40 -04:00