Skip to main content

start_reducer_runtime

Function start_reducer_runtime 

Source
pub fn start_reducer_runtime<R>(
    program: ReducerProgram<R>,
    env: Environment,
    config: RuntimeConfig,
) -> Runtime<R::State, R::Action>
where R: Reducer + Send + Sync + 'static, R::State: Send + Sync + Clone + 'static, R::Action: Send + 'static,
Expand description

Start a Runtime from a ReducerProgram.