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
When the current loop iteration finishes, suspend the thread until either another event arrives or the given time is reached.
These docs don't clearly state whether, if we pass an instant to WaitUntil that is in the past, that event gets handled or dropped. Could you make "or the given time is reached" a little more clear. Thanks!