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

ComponentDependency - AddDependency #229

Merged
merged 3 commits into from
Apr 24, 2023
Merged

Conversation

mbaker3
Copy link
Member

@mbaker3 mbaker3 commented Apr 24, 2023

Interacting with this API isn't as efficient as it could be since the type lists need to be re-generated on every call.
Work to introduce an additional data structure to prevent this is captured by #228.

What is the current behaviour?

If developers schedule a job against the JobHandle returned by GetDependency then there is no way to write the job completion handle back to the components for other jobs to schedule against.

What is the new behaviour?

Developer can write the dependency back to the components.

What issues does this resolve?

What PRs does this depend on?

Does this introduce a breaking change?

  • Yes
  • No

@mbaker3 mbaker3 requested a review from jkeon April 24, 2023 18:09
@jkeon jkeon self-assigned this Apr 24, 2023
Base automatically changed from component-dependency to main April 24, 2023 19:00
@mbaker3 mbaker3 merged commit 952a766 into main Apr 24, 2023
@mbaker3 mbaker3 deleted the component-dependency-write branch April 24, 2023 19:01
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