pub fn once<T: 'static + Send>( f: impl 'static + FnOnce() -> T + Send ) -> impl TaskCollection<T>
Returns a queueable task that executes a single closure one time.