[−][src]Macro futures::try_ready
macro_rules! try_ready { ($e:expr) => { ... }; }
A macro for extracting the successful type of a Poll<T, E>
.
This macro bakes propagation of both errors and NotReady
signals by
returning early.
macro_rules! try_ready { ($e:expr) => { ... }; }
A macro for extracting the successful type of a Poll<T, E>
.
This macro bakes propagation of both errors and NotReady
signals by
returning early.