macro_rules! poll_until {
    ($condition:expr) => { ... };
}
Expand description

Repeatedly evaluates condition until it returns true. Returns ().