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
In the previous example one future always finished first (because of
implementation details), possibly confusing users about what `select`
does.
This commit resolves the issue by being explicit about one future
finishing before the other.
Co-authored-by: tungli <tun@mail.muni.cz>
Co-authored-by: Taiki Endo <te316e89@gmail.com>
0 commit comments