[][src]Function legion_task::run_tasks

pub fn run_tasks<'a, T: 'static + TaskComponent<'a>>(
    world: &mut SubWorld,
    task_component_data: &mut T::Data,
    task_query: &mut TaskSystemQuery<T>
)

Run the tasks that match task_query. Should be run in a System created with task_runner_query.