Sometimes it is useful to explicitly sent signals to the own process. An interesting case is timer signals. A simple interface to the corresponding operating system facilities is provided with the built-ins
this will send a timeout signal (usually alrm/14) after a specified number of seconds
activate different operating system timers to send signals in regular intervals
These built-ins may not be available on all machines.