Function task_runner_query

Source
pub fn task_runner_query<'a, T: 'static + TaskComponent<'a>>() -> TaskQuery<T>
Expand description

The legion system query required to run all tasks with T: TaskComponent.