Add TODO for a runtime-vars passing mechanism

aio_abandons
Tyler Goodlet 2024-12-09 18:12:22 -05:00
parent e26fa8330f
commit 8ebc022535
1 changed files with 4 additions and 0 deletions

View File

@ -95,6 +95,10 @@ async def open_root_actor(
hide_tb: bool = True, hide_tb: bool = True,
# TODO, a way for actors to augment passing derived
# read-only state to sublayers?
# extra_rt_vars: dict|None = None,
) -> Actor: ) -> Actor:
''' '''
Runtime init entry point for ``tractor``. Runtime init entry point for ``tractor``.