macro_rules! poll_until_async_2 {
($condition:expr) => { ... };
}
Expand description
A reimplementation of the above, which deals better with borrows.
macro_rules! poll_until_async_2 {
($condition:expr) => { ... };
}
A reimplementation of the above, which deals better with borrows.