-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[browser][MT] System.Threading.Tasks.Task.SpinThenBlockingWait(...) uses non supported API #44622
Comments
Tagging subscribers to this area: @tarekgh Issue meta data
|
We haven't made much progress on this, I've been working on GC crashes. |
@radekdoulik this is related to |
I think the |
Browser compat: System.Threading.Tasks.Task.SpinThenBlockingWait(...) references
ManualResetEventSlim.Wait(..)
not supported on browserwe need browser-specific implementation. Please create an issue and link if from here. I'm curious how this works today, I guess we are lucky and hit SpinWait all the time
@lewing
Originally posted by @marek-safar in #43363 (comment)
The text was updated successfully, but these errors were encountered: