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

implementation of CoreAIScope as Autocloseable #257

Merged
merged 5 commits into from Jul 20, 2023

Conversation

victorcrrd
Copy link
Contributor

@victorcrrd victorcrrd commented Jul 19, 2023

Little PR that adds an implementation of CoreAIScope as AutoCloseable. This implementation is based on @nomisRev implementation of the AutoClose DSL (see here). This way, we can add dependencies and resources with the autoClose function so that they will be automatically closed once the scope is closed.

@victorcrrd victorcrrd merged commit bc997da into main Jul 20, 2023
5 checks passed
@victorcrrd victorcrrd deleted the cu-861n30cpt-coreaiscope-autoclose branch July 20, 2023 08:22
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

2 participants