-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(sources): delay embedded sources disposal (#24)
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.
- Loading branch information
1 parent
7807ca2
commit e5e3ce4
Showing
2 changed files
with
46 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters