go/src/os/signal/example_unix_test.go

var neverReady

// This example passes a context with a signal to tell a blocking function that
// it should abandon its work after a signal is received.
func ExampleNotifyContext() {}