better handling of os signals

This commit is contained in:
Chris Lu
2014-05-13 15:04:04 -07:00
parent 029923329d
commit dac95464b8
5 changed files with 46 additions and 32 deletions

View File

@@ -0,0 +1,8 @@
// +build plan9
package main
import ()
func OnInterrupt(fn func()) {
}