kubernetes/pkg/util/interrupt
Clayton Coleman de6e02d8bb interrupt package (attach and edit) could leak a goroutine
os/signal.Stop() does not actually close the channel, which means
the channel is blocked. Not serious because we don't use interrupt
protection on the server, just the CLI (which can afford 1 leaked
goroutine).
2016-03-31 11:39:08 -04:00
..
child_linux.go Improve terminal reuse and attach 2016-03-21 23:59:58 -04:00
child.go Improve terminal reuse and attach 2016-03-21 23:59:58 -04:00
interrupt.go interrupt package (attach and edit) could leak a goroutine 2016-03-31 11:39:08 -04:00