tractor/tractor
Tyler Goodlet 8e32199509 Get entry points reorg without asyncio compat
This is an edit to factor out changes needed for the `asyncio` in guest mode
integration (which currently isn't tested well) so that later more pertinent
changes (which are tested well) can be rebased off of this branch and
merged into mainline sooner. The *infect_asyncio* branch will need to be
rebased onto this branch as well before merge to mainline.
2020-07-24 17:02:03 -04:00
..
testing Handle windows in `@tractor_test` as well 2020-01-26 23:44:47 -05:00
__init__.py Get entry points reorg without asyncio compat 2020-07-24 17:02:03 -04:00
_actor.py Alias __mp_main__ at import time 2020-02-09 01:07:14 -05:00
_discovery.py Pass a `Channel` to `LocalPortal` for compat purposes 2020-02-09 01:59:39 -05:00
_entry.py Get entry points reorg without asyncio compat 2020-07-24 17:02:03 -04:00
_exceptions.py Expose trio exceptions to `RemoteActorError` 2019-10-30 00:32:10 -04:00
_forkserver_override.py Continue hacking the forkserver in Python 3.8 2019-10-15 22:37:47 -04:00
_ipc.py Make latest mpypy happy 2019-12-10 00:55:03 -05:00
_mp_fixup_main.py Do __main__ fixups like ``mulitprocessing does`` 2020-01-29 21:14:48 -05:00
_portal.py Pass a `Channel` to `LocalPortal` for compat purposes 2020-02-09 01:59:39 -05:00
_spawn.py Support "infected asyncio" actors 2020-07-24 16:48:06 -04:00
_state.py Make info object a mapping type 2019-12-09 00:03:22 -05:00
_streaming.py Validate stream functions at decorate time 2019-03-29 19:10:32 -04:00
_trionics.py Get entry points reorg without asyncio compat 2020-07-24 17:02:03 -04:00
log.py Allow overriding the root logger name 2019-12-20 16:37:17 -05:00
msg.py Validate stream functions at decorate time 2019-03-29 19:10:32 -04:00