Function park_until

Source
fn park_until<F: FnMut() -> Option<R>, R>(f: F) -> R