[browser][coreCLR] finalizer on a browser event loop#123629
[browser][coreCLR] finalizer on a browser event loop#123629pavelsavara merged 32 commits intodotnet:mainfrom
Conversation
|
Tagging subscribers to this area: @agocke, @dotnet/gc |
Co-authored-by: Jan Kotas <jkotas@microsoft.com>
Co-authored-by: Jan Kotas <jkotas@microsoft.com>
Co-authored-by: Aaron R Robinson <arobins@microsoft.com>
Co-authored-by: Aaron R Robinson <arobins@microsoft.com>
Co-authored-by: Aaron R Robinson <arobins@microsoft.com>
Co-authored-by: Aaron R Robinson <arobins@microsoft.com>
Co-authored-by: Aaron R Robinson <arobins@microsoft.com>
|
Edit: I commented out the effective piece of code and added TODO-WASM #123712 So that I could merge the code and work with it further on other PRs. |
ActiveIssue dotnet#114096
|
|
|
I added Looking at the The failure above is from Windows. Is my new contract too strict ? Or we need to catch something on Windows too ? |
|
Right, that macro works only on Unix, because on Windows, the OS itself ensures that the exception is reported as unhandled. On Unix, without that macro, we would get an unhandled |
Contributes to #114096