1
0
mirror of https://github.com/danog/amp.git synced 2024-12-15 02:47:30 +01:00
amp/lib/UvSignalWatcher.php

13 lines
184 B
PHP
Raw Normal View History

2014-08-06 06:17:03 +02:00
<?php
2014-09-23 04:38:32 +02:00
namespace Amp;
2014-08-06 06:17:03 +02:00
2014-11-11 17:11:58 +01:00
class UvSignalWatcher extends Struct {
2014-08-06 06:17:03 +02:00
public $id;
public $mode;
public $signo;
public $uvStruct;
public $callback;
public $isEnabled;
}