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
I'm aware that currently there is no way a thread can return from park spuriously, but this is an implementation detail - when/if the new implementation happens it will break anything trying to use park because there was previously no way to use it correctly.
(it may be that I've just missed how to do this, in which case I'd consider it a documentation bug and can make a PR)