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

Implement library cleanup #5

Open
Octogonapus opened this issue May 2, 2022 · 0 comments
Open

Implement library cleanup #5

Octogonapus opened this issue May 2, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Octogonapus
Copy link
Owner

Most of the CRT libraries have init and cleanup routines. I don't think it is strictly necessary to invoke the cleanup routines (the kernel will clean up after us), but it would be best practice to do so. This can be tricky to implement as the cleanup routines must be called after all AWS resources are freed (so after all finalizers). We can try to implement something based on https://github.com/JuliaLang/julia/pull/20124/files

@Octogonapus Octogonapus added the enhancement New feature or request label May 2, 2022
@Octogonapus Octogonapus self-assigned this May 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant