You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this macro is stable enough, and I think it makes sense that it is in the futures-core (this macro only depend on core::task. Also some crates which doesn't depend on futures-util redefine this macro).
The concern was that Poll could be changed to not implement Try trait (rust-lang/rust#59725 (comment)), but this cannot happen as futures_api has already stabilized.
I think this macro is stable enough, and I think it makes sense that it is in the futures-core (this macro only depend on
core::task
. Also some crates which doesn't depend on futures-util redefine this macro).The concern was that
Poll
could be changed to not implementTry
trait (rust-lang/rust#59725 (comment)), but this cannot happen asfutures_api
has already stabilized.Refs:
std::future
. tokio-rs/tokio#1120 (comment)futures_util::macros::poll
).try_poll!
macro)try_ready!
)The text was updated successfully, but these errors were encountered: