spin_until_ready

Function spin_until_ready 

Source
pub async fn spin_until_ready<F, FO>(future: F) -> FO
where F: Future<Output = FO>,