pub fn run_now<'a, 'b, T>(world: &'a World)
where T: for<'c> System<'c> + Send + 'a + Default,