..
experimental
Adjust all default is `None` annots (per new `mypy`)
2022-12-12 13:18:22 -05:00
trionics
Always set the `parent_exit: trio.Event` on exit
2023-01-29 14:55:02 -05:00
__init__.py
First pass, swap `MultiError` for `BaseExceptionGroup`
2022-10-14 18:16:51 -04:00
_child.py
Rename our core module to `_runtime`
2022-09-15 23:41:28 -04:00
_clustering.py
Passthrough runtime kwargs from `open_actor_cluster()`
2022-12-11 19:56:08 -05:00
_debug.py
Slightly better `xonsh` check hack, fix typing
2023-01-26 15:48:15 -05:00
_discovery.py
Adjust all default is `None` annots (per new `mypy`)
2022-12-12 13:18:22 -05:00
_entry.py
Adjust all default is `None` annots (per new `mypy`)
2022-12-12 13:18:22 -05:00
_exceptions.py
Hide some stack layers the user doesn't really need to see
2022-10-14 18:18:01 -04:00
_forkserver_override.py
Re-license code base for distribution under AGPL
2021-12-14 23:33:27 -05:00
_ipc.py
Adjust all default is `None` annots (per new `mypy`)
2022-12-12 13:18:22 -05:00
_mp_fixup_main.py
Avoid importing mp for as long as possible
2022-02-17 11:55:26 -05:00
_portal.py
Adjust all default is `None` annots (per new `mypy`)
2022-12-12 13:18:22 -05:00
_root.py
Drop `Optional` usage from root mod
2023-01-26 16:00:08 -05:00
_runtime.py
Show more functiony syntax in ctx-cancelled log msgs
2023-01-29 14:55:02 -05:00
_spawn.py
Tweak warning msg for still-alive-after-cancelled actor
2023-01-29 14:55:02 -05:00
_state.py
First pass, swap `MultiError` for `BaseExceptionGroup`
2022-10-14 18:16:51 -04:00
_streaming.py
Call `MsgStream.aclose()` in `Context.open_stream.__aexit__()`
2023-01-29 14:55:02 -05:00
_supervise.py
Adjust all default is `None` annots (per new `mypy`)
2022-12-12 13:18:22 -05:00
log.py
Adjust all default is `None` annots (per new `mypy`)
2022-12-12 13:18:22 -05:00
msg.py
Make `process_messages()` a mod func
2022-09-15 23:41:28 -04:00
to_asyncio.py
Move `trio` scope outside first inter-task-chan receive
2022-10-11 20:00:05 -04:00