tractor/tractor
Tyler Goodlet d4699b987b 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-10-27 16:06:44 -04:00
..
testing Drop trailing comma 2021-07-06 08:23:29 -04:00
trionics Add `maybe_open_context()` an actor wide task-resource cache 2021-10-27 14:06:27 -04:00
__init__.py Add 'open_actor_cluster' to __all__ 2021-10-23 16:17:29 -04:00
_actor.py Do immediate remote task cancels 2021-10-14 13:39:46 -04:00
_child.py Docstring to the top\!, and redundant spaces goodbye\! 2020-07-29 15:39:38 -03:00
_clustering.py Fix type annotations 2021-10-24 00:47:26 +02:00
_debug.py Test: don't grab debug lock if not in mode 2021-10-25 10:22:41 -04:00
_discovery.py Remove union type for root getter 2021-10-14 13:39:46 -04:00
_entry.py Move asyncio guest mode entrypoint to `to_asyncio` 2021-10-27 16:06:44 -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 "message transport" structured sub-typing 2021-10-06 15:54:27 -04:00
_mp_fixup_main.py Fix more stdlib typing issues with latest mypy 2021-02-21 12:48:03 -05:00
_portal.py De-noise warnings, add a 'cancel' log level 2021-10-06 17:02:13 -04:00
_root.py De-noise warnings, add a 'cancel' log level 2021-10-06 17:02:13 -04:00
_spawn.py Grab lock if cancelled during spawn before hard kill 2021-10-15 18:26:46 -04:00
_state.py Add a no runtime error 2021-04-28 12:23:08 -04:00
_streaming.py Move broadcast channel parts into trionics 2021-10-23 15:54:40 -04:00
_supervise.py Rename the nursery module to `_supervise` 2021-10-23 15:54:40 -04:00
log.py De-noise warnings, add a 'cancel' log level 2021-10-06 17:02:13 -04:00
msg.py Add a @pub kwarg to allow specifying a "startup response message" 2021-10-27 16:06:44 -04:00
to_asyncio.py Move asyncio guest mode entrypoint to `to_asyncio` 2021-10-27 16:06:44 -04:00