Skip to content

voiage.parallel.adapters.build_executor_factory

build_executor_factory([positional or keyword] adapter: ExecutionAdapter = None) -> Callable[[int, bool], Executor]

Adapt a scheduler-facing adapter to the distributed executor factory signature.

Parameters:

  • adapter ExecutionAdapter

Returns: Callable[[int, bool], Executor]