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