forked from goodboy/tractor
1
0
Fork 0
tractor/tractor
Tyler Goodlet 7df6fe54f0 Move asyncio guest mode entrypoint to `to_asyncio`
The function is useful if you want to run the "main process" under
`asyncio`. Until `trio` core wraps this better we'll keep our own copy
in the interim (there's a new "inside-out-guest" mode almost on
mainline so hang tight).
2021-06-14 09:26:42 -04:00
..
testing Drop trailing comma 2021-06-14 09:25:21 -04:00
__init__.py Expose streaming components at top level 2021-06-14 09:25:21 -04:00
_actor.py Always cast arbiter addr to tuple 2021-06-14 09:26:25 -04:00
_child.py Docstring to the top\!, and redundant spaces goodbye\! 2020-07-29 15:39:38 -03:00
_debug.py Wait for debugger lock task context termination 2021-06-14 09:25:21 -04:00
_discovery.py Port inter-process method calls to `Portal.run_from_ns()` 2020-12-22 10:39:47 -05:00
_entry.py Move asyncio guest mode entrypoint to `to_asyncio` 2021-06-14 09:26:42 -04:00
_exceptions.py Fix exception typing 2021-06-14 09:25:21 -04:00
_forkserver_override.py Ignore type checks on stdlib overrides 2021-02-21 14:08:23 -05:00
_ipc.py Add streaming decode support for `msgspec` 2021-06-14 09:26:25 -04:00
_mp_fixup_main.py Fix more stdlib typing issues with latest mypy 2021-02-21 12:48:03 -05:00
_portal.py Explicitly formalize context/streaming teardown 2021-06-14 09:25:21 -04:00
_root.py Don't shield on root cancel it can causes hangs 2021-06-14 09:25:56 -04:00
_spawn.py Don't kill root's immediate children when in debug 2021-06-14 09:25:56 -04:00
_state.py Add a no runtime error 2021-04-28 12:23:08 -04:00
_streaming.py Always raise end of channel ; see if it fixes CI 2021-06-14 09:25:21 -04:00
_trionics.py Move debugger wait inside OCA nursery 2021-06-14 09:25:56 -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-06-14 09:26:42 -04:00
to_asyncio.py Move asyncio guest mode entrypoint to `to_asyncio` 2021-06-14 09:26:42 -04:00