func runtime.SetFinalizer
7 uses
runtime (current package)
mfinal.go#L309: func SetFinalizer(obj interface{}, finalizer interface{}) {
net
fd_posix.go#L32: runtime.SetFinalizer(fd, (*netFD).Close)
fd_posix.go#L36: runtime.SetFinalizer(fd, nil)
os
exec.go#L30: runtime.SetFinalizer(p, (*Process).Release)
exec_unix.go#L91: runtime.SetFinalizer(p, nil)
file_unix.go#L186: runtime.SetFinalizer(f.file, (*file).close)
file_unix.go#L259: runtime.SetFinalizer(file, nil)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |