2.0.0-beta.10
Pre-release
Pre-release
- Replaced
runtime.SetFinalizer
withruntime.AddCleanup
for resource
cleanup in Go 1.24+. This provides more reliable finalization behavior and
better garbage collection performance.
runtime.SetFinalizer
with runtime.AddCleanup
for resource