[][src]Function legion_task::build_task_manager_system

pub fn build_task_manager_system<I: Into<SystemId>>(
    id: I
) -> Box<dyn Schedulable>

Creates a system that traverses all descendents of all finalized entities and unblocks them if possible.

Also does some garbage collection:

  • deletes task graphs with OnCompletion::Delete
  • removes FinalTag components from completed entities