| 1 | <?php |
||
| 15 | class ExitHandler implements AdvanceEventEmitterInterface |
||
| 16 | { |
||
| 17 | use AdvanceEventEmitterTrait; |
||
| 18 | |||
| 19 | /** |
||
| 20 | * @var EventLoopInterface |
||
| 21 | */ |
||
| 22 | protected $loop; |
||
| 23 | |||
| 24 | 2 | public function __construct(EventLoopInterface $loop) |
|
| 30 | |||
| 31 | 2 | public function addHandler(callable $handler) |
|
| 35 | |||
| 36 | 2 | public function handleExit($child, $evChild) |
|
| 42 | } |
||
| 43 |