You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: