-
Notifications
You must be signed in to change notification settings - Fork 24.5k
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
execute task directly instead of going through runEventLoopTick #46540
Conversation
This pull request was exported from Phabricator. Differential Revision: D62871782 |
This pull request was exported from Phabricator. Differential Revision: D62871782 |
86e5f05
to
d0e2ca1
Compare
…book#46540) Summary: Pull Request resolved: facebook#46540 changelog: [internal] avoid calling `runEventLoopTick` and execute task directly. runEventLoopTick is not designed to be called on re-entries. Reviewed By: rubennorte Differential Revision: D62871782
…book#46540) Summary: Pull Request resolved: facebook#46540 changelog: [internal] avoid calling `runEventLoopTick` and execute task directly. runEventLoopTick is not designed to be called on re-entries. Reviewed By: rubennorte Differential Revision: D62871782
d0e2ca1
to
091b35c
Compare
This pull request was exported from Phabricator. Differential Revision: D62871782 |
…book#46540) Summary: Pull Request resolved: facebook#46540 changelog: [internal] avoid calling `runEventLoopTick` and execute task directly. runEventLoopTick is not designed to be called on re-entries. Reviewed By: rubennorte Differential Revision: D62871782
This pull request was exported from Phabricator. Differential Revision: D62871782 |
091b35c
to
2b6fbe2
Compare
This pull request has been merged in 0fe234c. |
This pull request was successfully merged by @sammy-SC in 0fe234c When will my fix make it into a release? | How to file a pick request? |
Summary:
changelog: [internal]
avoid calling
runEventLoopTick
and execute task directly. runEventLoopTick is not designed to be called on re-entries.Differential Revision: D62871782