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
* Fix cancellable continuation's toString check
A smart enough compiler can inline a lambda being called
immediately after being defined, which can trigger the tail call
optimization, leading to a test error.
* Fix RunningThreadStackMergeTest flakiness
Ensure that the thread actually calls `park` before proceeding.
0 commit comments