Приглашаем посетить
Брюсов (bryusov.lit-info.ru)

[Chapter 8] 8.151 Thread::Signal

PreviousChapter 8
Standard Modules
Next
 

8.151 Thread::Signal

Starts a special signal handler thread to reliably run signal handlers. All signals are handed to this thread, which runs the associated $SIG{signal} handlers for them.

use Thread::Signal;

$SIG{HUP} = handler;


PreviousHomeNext
8.150 Thread::SemaphoreBook Index8.152 Thread::Specific