Function run_simple_executor

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

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