-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
Replace RAIICallbackWrapperDestroyer with AsyncCallback #39952
Conversation
This pull request was exported from Phabricator. Differential Revision: D49792717 |
Base commit: 3859eee |
This pull request was exported from Phabricator. Differential Revision: D49792717 |
4934d66
to
e517072
Compare
Summary: Pull Request resolved: facebook#39952 AsyncCallback and SyncCallbacks are better primitives for jsi::Function handling. The code is simpler and requires less manual argument passing. See in D49684248 how the API was extended to support more use-cases. Changelog: [General] Deprecated RAIICallbackWrapperDestroyer. Use AsyncCallback instead for safe jsi::Function memory ownership. Differential Revision: D49792717 fbshipit-source-id: ffe9e3de79d3f60d064e758e1bd2eaa0e9aa5547
This pull request was exported from Phabricator. Differential Revision: D49792717 |
e517072
to
6b40a88
Compare
Summary: Pull Request resolved: facebook#39952 AsyncCallback and SyncCallbacks are better primitives for jsi::Function handling. The code is simpler and requires less manual argument passing. See in D49684248 how the API was extended to support more use-cases. Changelog: [General] Deprecated RAIICallbackWrapperDestroyer. Use AsyncCallback instead for safe jsi::Function memory ownership. Differential Revision: D49792717 fbshipit-source-id: c0c3e6d69d324199ec985699ea6cba4d174d9da9
Summary: AsyncCallback and SyncCallbacks are better primitives for jsi::Function handling. The code is simpler and requires less manual argument passing. See in D49684248 how the API was extended to support more use-cases. Changelog: [General] Deprecated RAIICallbackWrapperDestroyer. Use AsyncCallback instead for safe jsi::Function memory ownership. Reviewed By: RSNara Differential Revision: D49792717
6b40a88
to
7032e4e
Compare
This pull request was exported from Phabricator. Differential Revision: D49792717 |
Summary: AsyncCallback and SyncCallbacks are better primitives for jsi::Function handling. The code is simpler and requires less manual argument passing. See in D49684248 how the API was extended to support more use-cases. Changelog: [General] Deprecated RAIICallbackWrapperDestroyer. Use AsyncCallback instead for safe jsi::Function memory ownership. Reviewed By: RSNara Differential Revision: D49792717
7032e4e
to
7d98e90
Compare
This pull request was exported from Phabricator. Differential Revision: D49792717 |
This pull request has been merged in 8dd89ce. |
Summary:
AsyncCallback and SyncCallbacks are better primitives for jsi::Function handling. The code is simpler and requires less manual argument passing. See in D49684248 how the API was extended to support more use-cases.
Changelog: [General] Deprecated RAIICallbackWrapperDestroyer. Use AsyncCallback instead for safe jsi::Function memory ownership.
Differential Revision: D49792717