Skip to main content

run_event_loop_driver

Function run_event_loop_driver 

Source
pub fn run_event_loop_driver<'ctx, H>(
    ctx: &mut PhaseContext<'_>,
    initial_state: Option<PipelineState>,
    config: EventLoopConfig,
    handler: &mut H,
) -> Result<EventLoopResult>
where H: EffectHandler<'ctx> + StatefulHandler,