Sign in
fuchsia
/
fuchsia
/
refs/heads/releases/dogfood
/
.
/
third_party
/
rust_crates
/
vendor
/
async-std
/
src
/
task
/
ready.rs
blob: aca04aa7b047faf86d8e13e16615da8489a5cb1f [
file
] [
log
] [
blame
] [
edit
]
/// Extracts the successful type of a `Poll<T>`.
///
/// This macro bakes in propagation of `Pending` signals by returning early.
pub
use
futures_core
::
ready
;