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
Make ExceptionHandling.RaiseAppDomainUnhandledExceptionEvent() thread safe. (#117844)
* Make the ExceptionHandling.RaiseAppDomainUnhandledExceptionEvent() API thread safe.
The RaiseAppDomainUnhandledExceptionEvent() API
is permitted to be called by multiple threads but only
one should be triggering the event handlers.
---------
Co-authored-by: Jan Kotas <[email protected]>
0 commit comments