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] invocation of user JS in UI thread till next event loop tick #100040

Merged
merged 3 commits into from
Mar 21, 2024

Commits on Mar 20, 2024

  1. - new args field SyncDoneSemaphorePtr

     - new invoke_later_when_on_ui_thread_sync and invoke_later_when_on_ui_thread_async which postpone invocation of user code till next event loop tick
     - rename mono_wasm_invoke_jsimport_MT
     - test in browser-threads sample, more tests in next PR
    pavelsavara committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    fc4299d View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. fix

    pavelsavara committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    7c15ec4 View commit details
    Browse the repository at this point in the history
  2. fix

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