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

chore(sources): delay embedded sources disposal #24

Merged
merged 1 commit into from
Jun 6, 2024

Conversation

kennedykori
Copy link
Contributor

Refactor sghi.etl.commons.sources.GatherSource to delay the disposal of embedded sources. All embedded sources will be disposed of when the GatherSource is disposed of. This will support streaming sources that may need to remain "live" even after their draw() method returns.

Refactor `sghi.etl.commons.sources.GatherSource` to delay the disposal
of embedded sources. All embedded sources will be disposed of when the
`GatherSource` is disposed of. This will support streaming sources that
may need to remain "live" even after their `draw()` method returns.
@kennedykori kennedykori self-assigned this Jun 6, 2024
@kennedykori kennedykori merged commit e5e3ce4 into next Jun 6, 2024
6 checks passed
@kennedykori kennedykori deleted the chore-delay-embedded-sources-disposal branch June 6, 2024 18:51
kennedykori added a commit that referenced this pull request Jun 9, 2024
Refactor `sghi.etl.commons.sources.GatherSource` to delay the disposal
of embedded sources. All embedded sources will be disposed of when the
`GatherSource` is disposed of. This will support streaming sources that
may need to remain "live" even after their `draw()` method returns.
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.

None yet

1 participant