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
By default, the Waker prohibits duplication of event objects in the Waker. However, if an object is both awaited and simultaneously acts as a cancellation token, such a situation is possible and must be handled.
Other edge cases are also possible, such as await($obj, $obj), which must be handled correctly.