Skip to main content

start_rw_reducer_runtime

Function start_rw_reducer_runtime 

Source
pub fn start_rw_reducer_runtime<R>(
    program: ReducerProgram<R>,
    env: Environment,
    config: RuntimeConfig,
) -> RwRuntime<R::State, R::Action>
where R: Reducer + Send + Sync + 'static, R::State: Send + Sync + 'static, R::Action: Send + 'static,