pub async fn execute_local( name: String, run: LocalRun, sender: Sender<()>, receivers: Vec<Receiver<()>>, world: SharedWorld, )
Long running task of a System that is executed in the thread local context.
System