Function run_threaded_executor

Source
pub fn run_threaded_executor<D, S>(
    mcts_config: &MCTSConfiguration,
    executor_state: &mut S,
    step_duration: Duration,
)
Expand description

Creates and runs a multi-threaded executor, initializes state and task queue from the S trait.

Parameter step_duration defines how long a logical step lasts in wall time.