referrerpolicy=no-referrer-when-downgrade
polkadot_node_subsystem::gen::futures

Macro ready

macro_rules! ready {
    ($e:expr $(,)?) => { ... };
}
Expand description

Extracts the successful type of a Poll<T>.

This macro bakes in propagation of Pending signals by returning early.