-
Notifications
You must be signed in to change notification settings - Fork 25k
RuntimeExecutor: Fork an ios implementation #51432
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
base: main
Are you sure you want to change the base?
Conversation
|
This pull request was exported from Phabricator. Differential Revision: D74901907 |
|
This pull request was exported from Phabricator. Differential Revision: D74901907 |
|
This pull request was exported from Phabricator. Differential Revision: D74901907 |
|
This pull request was exported from Phabricator. Differential Revision: D74901907 |
Summary: Pull Request resolved: facebook#51432 We want the ios implementation of this api, to be implemented differently. Because, we need to build in deadlock mitigation for sync renders and events, for ios only. Changelog: [Internal] Differential Revision: D74901907
|
This pull request was exported from Phabricator. Differential Revision: D74901907 |
|
This pull request was exported from Phabricator. Differential Revision: D74901907 |
|
This pull request was exported from Phabricator. Differential Revision: D74901907 |
|
This pull request was exported from Phabricator. Differential Revision: D74901907 |
|
This pull request was exported from Phabricator. Differential Revision: D74901907 |
|
This pull request was exported from Phabricator. Differential Revision: D74901907 |
|
This pull request was exported from Phabricator. Differential Revision: D74901907 |
|
This pull request was exported from Phabricator. Differential Revision: D74901907 |
Summary: Pull Request resolved: facebook#51432 RuntimeExecutor.h has sync ui thread utils: * executeSynchronouslyOnSameThread_CAN_DEADLOCK The ios platform has js -> ui sync calls. This util, when it executes concurrently with those sync calls, deadlocks react native. On ios, we're going to resolve these deadlocks, which'll involve customizing this util: D74769326. Therefore, this diff forks an implementation of these sync ui thread utils for ios. Changelog: [Internal] Differential Revision: D74901907
|
This pull request was exported from Phabricator. Differential Revision: D74901907 |
|
This pull request was exported from Phabricator. Differential Revision: D74901907 |
Summary: Pull Request resolved: facebook#51432 RuntimeExecutor.h has sync ui thread utils: * executeSynchronouslyOnSameThread_CAN_DEADLOCK The ios platform has js -> ui sync calls. This util, when it executes concurrently with those sync calls, deadlocks react native. On ios, we're going to resolve these deadlocks, which'll involve customizing this util: D74769326. Therefore, this diff forks an implementation of these sync ui thread utils for ios. Changelog: [Internal] Differential Revision: D74901907
|
This pull request was exported from Phabricator. Differential Revision: D74901907 |
|
This pull request was exported from Phabricator. Differential Revision: D74901907 |
Summary: Pull Request resolved: facebook#51432 RuntimeExecutor.h has sync ui thread utils: * executeSynchronouslyOnSameThread_CAN_DEADLOCK The ios platform has js -> ui sync calls. This util, when it executes concurrently with those sync calls, deadlocks react native. On ios, we're going to resolve these deadlocks, which'll involve customizing this util: D74769326. Therefore, this diff forks an implementation of these sync ui thread utils for ios. Changelog: [Internal] Differential Revision: D74901907
|
This pull request was exported from Phabricator. Differential Revision: D74901907 |
|
This pull request was exported from Phabricator. Differential Revision: D74901907 |
|
This pull request was exported from Phabricator. Differential Revision: D74901907 |
|
This pull request was exported from Phabricator. Differential Revision: D74901907 |
|
This pull request was exported from Phabricator. Differential Revision: D74901907 |
|
This pull request was exported from Phabricator. Differential Revision: D74901907 |
|
This pull request was exported from Phabricator. Differential Revision: D74901907 |
|
This pull request was exported from Phabricator. Differential Revision: D74901907 |
…#51432) Summary: Pull Request resolved: facebook#51432 RuntimeExecutor.h has sync ui thread utils: * executeSynchronouslyOnSameThread_CAN_DEADLOCK The ios platform has js -> ui sync calls. This util, when it executes concurrently with those sync calls, deadlocks react native. On ios, we're going to resolve these deadlocks, which'll involve customizing this util: D74769326. Therefore, this diff forks an implementation of these sync ui thread utils for ios. Changelog: [Internal] Reviewed By: mdvacca Differential Revision: D74901907
|
This pull request was exported from Phabricator. Differential Revision: D74901907 |
|
This PR is stale because it has been open for 180 days with no activity. It will be closed in 7 days unless you comment on it or remove the "Stale" label. |
Summary:
We want the ios implementation of this api, to be implemented differently. Because, we need to build in deadlock mitigation for sync renders and events, for ios only.
Changelog: [Internal]
Differential Revision: D74901907