Passthrough `tractor` kwargs directly

overlays_interaction_latency_tuning
Tyler Goodlet 2023-01-13 18:51:04 -05:00
parent 4ba99494f0
commit 0fc06a98d4
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,