Files
seaweedfs/weed/util/grace/signal_handling_notsupported.go
T
2026-02-20 18:42:00 -08:00

7 lines
65 B
Go

//go:build plan9
package grace
func OnInterrupt(fn func()) {
}