Passthrough `tractor` kwargs directly

multichartz
Tyler Goodlet 2023-01-13 18:51:04 -05:00
parent 1aa7b937b9
commit 702a13a278
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ async def open_piker_runtime(
# and spawn the service tree distributed per that.
start_method: str = 'trio',
tractor_kwargs: dict = {},
**tractor_kwargs,
) -> tuple[
tractor.Actor,