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

Pass RuntimeSchedulerCallInvoker to C++ TurboModule initialization #12826

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Mar 12, 2024

  1. Pass RuntimeSchedulerCallInvoker to C++ TurboModule initialization

    Rather than creating a CallInvoker that posts to the JSDispatcher, this
    passes the same CallInvoker used for core TurboModules to 3rd party
    TurboModules and dispatches actions using the RuntimeScheduler if
    enabled.
    rozele committed Mar 12, 2024
    Copy the full SHA
    fe09ed3 View commit details
    Browse the repository at this point in the history
  2. Change files

    rozele committed Mar 12, 2024
    Copy the full SHA
    9f151f1 View commit details
    Browse the repository at this point in the history