tractor/tractor
Tyler Goodlet 0adcefcfd4 Wow, fix all the broken async func invoking code..
Clearly this wasn't developed against a task that spawned just an async
func in `asyncio`.. Fix all that and remove a bunch of unnecessary func
layers. Add provisional support for the target receiving the `to_trio`
and `from_trio` channels and for the @tractor.stream marker.
2020-11-16 08:44:41 -05:00
..
testing Make rpc_module_paths a list 2020-08-13 11:53:45 -04:00
__init__.py Set _is_root runtime var in _main() 2020-10-15 23:16:54 -04:00
_actor.py Drop entrypoints from `Actor` 2020-11-16 08:44:41 -05:00
_child.py Docstring to the top\!, and redundant spaces goodbye\! 2020-07-29 15:39:38 -03:00
_debug.py Make SIGINT handler kill the process tree 2020-11-16 00:01:21 -05:00
_discovery.py Add explanation to module load error 2020-10-15 23:16:56 -04:00
_entry.py Move asyncio guest mode entrypoint to `to_asyncio` 2020-11-16 08:44:41 -05:00
_exceptions.py Expose trio exceptions to `RemoteActorError` 2019-10-30 00:32:10 -04:00
_forkserver_override.py Drop remaining warn()s 2020-10-14 13:48:14 -04:00
_ipc.py Allow for tuple keys with std `msgpack` 2020-08-03 18:41:21 -04:00
_mp_fixup_main.py Do __main__ fixups like ``mulitprocessing does`` 2020-01-29 21:14:48 -05:00
_portal.py Ack our inability to hard kill sub-procs 2020-09-28 13:56:42 -04:00
_spawn.py Report `trio.Cancelled` when exhausting portals.. 2020-10-12 23:28:36 -04:00
_state.py mypy fixes 2020-10-13 11:03:55 -04:00
_streaming.py Validate stream functions at decorate time 2019-03-29 19:10:32 -04:00
_trionics.py Drop remaining warn()s 2020-10-14 13:48:14 -04:00
log.py Allow overriding the root logger name 2019-12-20 16:37:17 -05:00
msg.py Add matrix room link 2020-09-24 11:12:45 -04:00
to_asyncio.py Wow, fix all the broken async func invoking code.. 2020-11-16 08:44:41 -05:00