1
0
mirror of https://github.com/danog/amp.git synced 2024-12-15 02:47:30 +01:00
amp/lib/LibeventWatcher.php
2014-11-18 10:08:34 -05:00

15 lines
245 B
PHP

<?php
namespace Amp;
class LibeventWatcher extends Struct {
public $id;
public $eventResource;
public $stream;
public $signo;
public $callback;
public $wrapper;
public $msDelay = -1;
public $isEnabled = TRUE;
}