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
As you can see, once the second future returns ready it will return immediately without first transitioning to the Empty state, which is what the is_terminated function looks at:
futures-rs/futures-util/src/future/future/chain.rs
Line 48 in 2f8943d
As you can see, once the second future returns ready it will return immediately without first transitioning to the
Empty
state, which is what theis_terminated
function looks at:futures-rs/futures-util/src/future/future/chain.rs
Lines 16 to 18 in 2f8943d
The text was updated successfully, but these errors were encountered: