Next: , Previous: System_os, Up: System


3.2.1.10 System.os.posix

Provides functionality specific to POSIX operating systems.

Supported methods:

raise(signal)
Sends given signal (normally a constant under System.os.posix, e.g. System.os.posix.SIGCHLD) to self.
setSignalHandler(signal, handler)
Sets the handler for signal to handler. If handler is null, will set the handler to the default action. Signal handlers are methods that take one argument, the signal number.