Former-commit-id: 5aa70ad9d835c607abb1c19dc620f6c45d31a866
@@ -27,7 +27,10 @@ func main() {
}
go InterruptAfter(s.Run, sigc)
m := monitor.New()
m, err := monitor.New()
if err != nil {
panic(err)
go InterruptAfter(m.Run, sigc)
signal.Notify(sigc,
The note is not visible to the blocked user.