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

[FEAT] Implements Helper Managers #19160

Merged
merged 1 commit into from
Sep 29, 2020
Merged

Conversation

pzuraq
Copy link
Contributor

@pzuraq pzuraq commented Sep 28, 2020

Implements the helper manager feature specified in RFC 625. Highlights:

  1. Adds getDebugName to the interface for helper managers. This is an optional hook that is used for better logging purposes, and matches other internal APIs we've added recently.

  2. hasScheduledEffect has not yet been implemented, and attempting to use it will cause an assertion to be thrown.

Helper managers are not exposed with this PR, and the version passed to helperCapabilities is optimistic, but can be changed when we do expose them (along with an appropriate feature flag).

@pzuraq pzuraq force-pushed the feat/implement-helper-managers branch 2 times, most recently from 1f00e0e to ff4dd17 Compare September 28, 2020 04:56
@pzuraq pzuraq force-pushed the feat/implement-helper-managers branch from ff4dd17 to fe9474d Compare September 28, 2020 15:21
@rwjblue rwjblue force-pushed the feat/implement-helper-managers branch 5 times, most recently from 4ee4f62 to 0adf544 Compare September 29, 2020 15:31
@rwjblue rwjblue force-pushed the feat/implement-helper-managers branch from 0adf544 to 87a4f93 Compare September 29, 2020 16:21
Copy link
Contributor Author

@pzuraq pzuraq left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@pzuraq pzuraq force-pushed the feat/implement-helper-managers branch from 87a4f93 to f15ca15 Compare September 29, 2020 16:44
Implements the helper manager feature specified in RFC 625. Highlights:

1. Adds `getDebugName` to the interface for helper managers. This is an
   optional hook that is used for better logging purposes, and matches
   other internal APIs we've added recently.

2. `hasScheduledEffect` has not yet been implemented, and attempting to
   use it will cause an assertion to be thrown.

Helper managers are not exposed with this PR, and the version passed to
`helperCapabilities` is optimistic, but can be changed when we do expose
them (along with an appropriate feature flag).

Co-authored-by: Robert Jackson <[email protected]>
@pzuraq pzuraq force-pushed the feat/implement-helper-managers branch from f15ca15 to be95475 Compare September 29, 2020 16:53
@rwjblue rwjblue merged commit bd15e2d into master Sep 29, 2020
@rwjblue rwjblue deleted the feat/implement-helper-managers branch September 29, 2020 20:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants