INNER CODE UNIT · Go

registerShutdownSignals

GoMudEngine/GoMud · signals_windows.go:11

func registerShutdownSignals(sigCh chan os.Signal) {
	signal.Notify(sigCh, syscall.SIGINT, syscall.SIGTERM)
}

func startCopyoverSignalHandler() {}

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…