1
0
mirror of https://github.com/danog/amp.git synced 2024-12-15 19:07:22 +01:00
amp/lib/UvIoWatcher.php

13 lines
177 B
PHP
Raw Normal View History

2014-06-11 18:33:15 +02:00
<?php
2014-09-23 04:38:32 +02:00
namespace Amp;
2014-06-11 18:33:15 +02:00
2014-11-11 17:11:58 +01:00
class UvIoWatcher extends Struct {
2014-06-11 18:33:15 +02:00
public $id;
public $mode;
public $poll;
public $stream;
public $callback;
2014-06-11 18:33:15 +02:00
public $isEnabled;
}