-
Michael MacInnis authored
There is currently no way to ignore signals using the os/signal package. It is possible to catch a signal and do nothing but this is not the same as ignoring it. The new function Ignore allows a set of signals to be ignored. The new function Reset allows the initial handlers for a set of signals to be restored. Fixes #5572 Change-Id: I5c0f07956971e3a9ff9b9d9631e6e3a08c20df15 Reviewed-on: https://go-review.googlesource.com/3580Reviewed-by: Ian Lance Taylor <iant@golang.org>
194ad16b
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
example_test.go | ||
sig.s | ||
signal.go | ||
signal_plan9.go | ||
signal_plan9_test.go | ||
signal_test.go | ||
signal_unix.go | ||
signal_windows_test.go |