Function shred::run_now [] [src]

pub fn run_now<'a, T, C>(sys: &mut T, res: &'a Resources, context: C) where
    T: System<'a, C>, 

Runs a system right now.

You usually want to use the Dispatcher instead.