[Overview][Constants][Types][Procedures and functions] | Reference for unit 'BaseUnix' (#rtl) |
Wait for a signal to arrive
Source position: bunxh.inc line 40
function FpPause: cint; |
FpPause puts the process to sleep and waits until the application receives a signal. If a signal handler is installed for the received sigal, the handler will be called and after that pause will return control to the process.
For an example, see fpAlarm.
No notes exist for this page yet.