mirror of
https://github.com/danog/amp.git
synced 2024-11-30 04:29:08 +01:00
SignalReactor doc updates
This commit is contained in:
parent
4ad6dae260
commit
2f039ac6d2
@ -5,7 +5,7 @@ namespace Alert;
|
||||
interface SignalReactor extends Reactor {
|
||||
|
||||
/**
|
||||
* React to POSIX-style signals
|
||||
* React to process control signals
|
||||
*
|
||||
* @param int $signal The signal to watch for (e.g. 2 for SIGINT)
|
||||
* @param callable $onSignal
|
||||
|
Loading…
Reference in New Issue
Block a user