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

Destructor Concept #479

Open
stefanpenner opened this issue May 4, 2021 · 0 comments
Open

Destructor Concept #479

stefanpenner opened this issue May 4, 2021 · 0 comments

Comments

@stefanpenner
Copy link
Contributor

Broccoli is missing a way to teardown/destroy/release broccoli pipelines and plugins.

Some plugins may have resources that must be cleaned up when the pipeline that plugin belongs too is shutdown. Many existing solutions simply cleanup naturally due to GC, but there exist advanced concepts which cannot be modeled in such a way, and those same concepts should not be constrained to broccoli core itself, but should be possible to accomplish from a plugin.

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

No branches or pull requests

1 participant