type runtime.Cleanup
8 uses
runtime (current package)
mcleanup.go#L76: func AddCleanup[T, S any](ptr *T, cleanup func(S), arg S) Cleanup {
mcleanup.go#L108: return Cleanup{}
mcleanup.go#L134: return Cleanup{}
mcleanup.go#L191: return Cleanup{
mcleanup.go#L208: type Cleanup struct {
mcleanup.go#L219: func (c Cleanup) Stop() {
internal/poll
splice_linux.go#L181: cleanup runtime.Cleanup
os
exec.go#L64: cleanup runtime.Cleanup
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |