voiage.parallel.adapters.build_executor_factory
build_executor_factory
Section titled “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:
adapterExecutionAdapter
Returns: Callable[[int, bool], Executor]