macro_rules! ready {
($e:expr) => { ... };
}Expand description
Simple macro to extract the value of Poll or return Pending.
TODO: Drop in favor of core::task::ready, once MSRV is bumped to 1.64.
macro_rules! ready {
($e:expr) => { ... };
}Simple macro to extract the value of Poll or return Pending.
TODO: Drop in favor of core::task::ready, once MSRV is bumped to 1.64.