Skip to content
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] Fix Promise cancelation #99397

Merged
merged 7 commits into from
Mar 8, 2024

Commits on Mar 7, 2024

  1. - more testing if the runtime is still running

    - testing if the promise hoilder is already disposed
    - added `exit` to `RuntimeAPI`
    - unregister from `FinalizationRegistry` in `upgrade_managed_proxy_to_strong_ref`
    - improve `BlazorHosted` WBT exit
    pavelsavara committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    ee24988 View commit details
    Browse the repository at this point in the history
  2. fix

    pavelsavara committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    c1246e8 View commit details
    Browse the repository at this point in the history
  3. more

    pavelsavara committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    f30c7dc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d7caecb View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. exit

    pavelsavara committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    6adb710 View commit details
    Browse the repository at this point in the history
  2. - fix compareExchange

    - feedback
    pavelsavara committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    5d5091d View commit details
    Browse the repository at this point in the history
  3. fix exit

    pavelsavara committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    500e033 View commit details
    Browse the repository at this point in the history