-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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
runtime: use runtime.AddCleanup in the standard library #70907
Comments
Related Issues (Emoji vote if this was helpful or unhelpful; more detailed feedback welcome in this discussion.) |
Change https://go.dev/cl/638555 mentions this issue: |
Change https://go.dev/cl/638557 mentions this issue: |
Change https://go.dev/cl/638556 mentions this issue: |
Change https://go.dev/cl/638578 mentions this issue: |
Change https://go.dev/cl/638576 mentions this issue: |
Change https://go.dev/cl/638579 mentions this issue: |
Change https://go.dev/cl/638575 mentions this issue: |
Change https://go.dev/cl/638577 mentions this issue: |
AddCleanup has been added to the runtime (#67535). We should use runtime.AddCleanup instead of runtime.SetFinalizer in the standard library wherever it is possible.
@mknyszek
The text was updated successfully, but these errors were encountered: