-
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
Small refactor in RuntimeScheduler_Modern to favor references over shared_ptr for non-owning function args #43852
Conversation
This pull request was exported from Phabricator. Differential Revision: D55646389 |
…ared_ptr for non-owning function args (facebook#43852) Summary: Pull Request resolved: facebook#43852 Changelog: [internal] Just a small refactor so we rely less on shared pointers within `RuntimeSCheduler_Modern`. Reviewed By: javache Differential Revision: D55646389
800c3db
to
735071a
Compare
This pull request was exported from Phabricator. Differential Revision: D55646389 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D55646389 |
…ared_ptr for non-owning function args (facebook#43852) Summary: Pull Request resolved: facebook#43852 Changelog: [internal] Just a small refactor so we rely less on shared pointers within `RuntimeSCheduler_Modern`. Reviewed By: javache Differential Revision: D55646389
735071a
to
8cebfe6
Compare
…ared_ptr for non-owning function args (facebook#43852) Summary: Pull Request resolved: facebook#43852 Changelog: [internal] Just a small refactor so we rely less on shared pointers within `RuntimeSCheduler_Modern`. Reviewed By: javache Differential Revision: D55646389
8cebfe6
to
dc42b41
Compare
This pull request was exported from Phabricator. Differential Revision: D55646389 |
Base commit: 2fcdab4 |
This pull request was exported from Phabricator. Differential Revision: D55646389 |
…ared_ptr for non-owning function args (facebook#43852) Summary: Pull Request resolved: facebook#43852 Changelog: [internal] Just a small refactor so we rely less on shared pointers within `RuntimeSCheduler_Modern`. Reviewed By: javache Differential Revision: D55646389
dc42b41
to
49fedaa
Compare
This pull request was exported from Phabricator. Differential Revision: D55646389 |
…ared_ptr for non-owning function args (facebook#43852) Summary: Pull Request resolved: facebook#43852 Changelog: [internal] Just a small refactor so we rely less on shared pointers within `RuntimeSCheduler_Modern`. Reviewed By: javache Differential Revision: D55646389
49fedaa
to
56322d9
Compare
This pull request was exported from Phabricator. Differential Revision: D55646389 |
…ared_ptr for non-owning function args (facebook#43852) Summary: Pull Request resolved: facebook#43852 Changelog: [internal] Just a small refactor so we rely less on shared pointers within `RuntimeSCheduler_Modern`. Reviewed By: javache Differential Revision: D55646389
56322d9
to
c70d6b2
Compare
…ared_ptr for non-owning function args (facebook#43852) Summary: Pull Request resolved: facebook#43852 Changelog: [internal] Just a small refactor so we rely less on shared pointers within `RuntimeSCheduler_Modern`. Reviewed By: javache Differential Revision: D55646389
c70d6b2
to
65d888e
Compare
This pull request was exported from Phabricator. Differential Revision: D55646389 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D55646389 |
…ared_ptr for non-owning function args (facebook#43852) Summary: Pull Request resolved: facebook#43852 Changelog: [internal] Just a small refactor so we rely less on shared pointers within `RuntimeSCheduler_Modern`. Reviewed By: javache Differential Revision: D55646389
65d888e
to
aeb1950
Compare
…ared_ptr for non-owning function args (facebook#43852) Summary: Pull Request resolved: facebook#43852 Changelog: [internal] Just a small refactor so we rely less on shared pointers within `RuntimeSCheduler_Modern`. Reviewed By: javache Differential Revision: D55646389
aeb1950
to
1e85043
Compare
This pull request was exported from Phabricator. Differential Revision: D55646389 |
Differential Revision: D55646390
Differential Revision: D55646393
Differential Revision: D55646394
Differential Revision: D55646391
Differential Revision: D55646392
…ared_ptr for non-owning function args (facebook#43852) Summary: Pull Request resolved: facebook#43852 Changelog: [internal] Just a small refactor so we rely less on shared pointers within `RuntimeSCheduler_Modern`. Reviewed By: javache Differential Revision: D55646389
This pull request was exported from Phabricator. Differential Revision: D55646389 |
1e85043
to
458e874
Compare
This pull request has been merged in d35de2d. |
…ared_ptr for non-owning function args (#43852) Summary: Pull Request resolved: #43852 Changelog: [internal] Just a small refactor so we rely less on shared pointers within `RuntimeSCheduler_Modern`. Reviewed By: javache Differential Revision: D55646389 fbshipit-source-id: d01dcba7b1551d349d21717ba585828ed7fb3259
…ared_ptr for non-owning function args (#43852) Summary: Pull Request resolved: #43852 Changelog: [internal] Just a small refactor so we rely less on shared pointers within `RuntimeSCheduler_Modern`. Reviewed By: javache Differential Revision: D55646389 fbshipit-source-id: d01dcba7b1551d349d21717ba585828ed7fb3259
Summary:
Changelog: [internal]
Just a small refactor so we rely less on shared pointers within
RuntimeSCheduler_Modern
.Differential Revision: D55646389