Function new_system

Source
pub fn new_system<H>(
    handler: H,
    session_seed: Seed,
    zero_tick: bool,
) -> System<H>