Handler callback type.
Register a handler for a POSIX signal.
If the signal signum is raised during execution of code, ignore it. Returns true if the signal was raised.
Unregister a previously registered signal handler.
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
POSIX signal handlers.