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 race condition #99259

Merged
merged 6 commits into from
Mar 6, 2024

Commits on Mar 4, 2024

  1. - moved more logic to PromiseHolder

    - introduced shared memory PromiseHolderState with IsResolving state
    - implemeted compareExchangeI32 and use it to signal which side will resove the Promise/Task
    pavelsavara committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    e884d2c View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. fix

    pavelsavara committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    2ff1e70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b23dbcd View commit details
    Browse the repository at this point in the history
  3. offset assert

    pavelsavara committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    0b9a9a9 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    174794f View commit details
    Browse the repository at this point in the history
  2. strong ref

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