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