mirror of
https://github.com/async-rs/async-std.git
synced 2026-01-12 23:40:55 +00:00
* replace async-macros with internals only Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com> * clean up MaybeDone Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com> * inline futures_core::ready Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com> * remove big commented blob Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
4 lines
159 B
Rust
4 lines
159 B
Rust
/// Extracts the successful type of a `Poll<T>`.
|
|
///
|
|
/// This macro bakes in propagation of `Pending` signals by returning early.
|
|
pub use futures_core::ready;
|