-
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(processors): delay embedded processors disposal
Refactor all composite processors in the library to delay the disposal of their embedded processors. All embedded processors with be disposed of when their parent processor is disposed of. This will support streaming processors that may need to remain "live" even after their `apply()` method returns.
- Loading branch information
1 parent
e5e3ce4
commit 86b776e
Showing
2 changed files
with
93 additions
and
26 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