1
0
mirror of https://github.com/danog/amp.git synced 2024-11-27 04:24:42 +01:00
amp/lib
2014-08-19 14:20:04 -04:00
..
functions.php Reorder Reactor::watchStream() params 2014-08-06 15:52:43 -04:00
LibeventReactor.php Standardize all watcher invocation params to: func($reactor, $watcherId, $data) 2014-08-09 10:30:32 -04:00
LibeventWatcher.php Standardize all watcher invocation params to: func($reactor, $watcherId, $data) 2014-08-09 10:30:32 -04:00
NativeReactor.php Standardize all watcher invocation params to: func($reactor, $watcherId, $data) 2014-08-09 10:30:32 -04:00
Reactor.php Reactor::at() now accepts unix timestamp as well as strtotime() parsable string 2014-08-06 21:29:08 -04:00
ReactorFactory.php Fixed really epic syntax fail 2014-08-02 01:09:07 -04:00
SignalReactor.php Add UvReactor signal handling support 2014-08-06 00:32:13 -04:00
UvIoWatcher.php Add libuv php-uv event reactor 2014-06-11 12:33:15 -04:00
UvReactor.php Allow access to underlying php-uv loop resource 2014-08-19 14:20:04 -04:00
UvSignalWatcher.php Add UvReactor signal handling support 2014-08-06 00:32:13 -04:00
UvTimerWatcher.php Fix minor screwups, normalize casing, etc 2014-08-06 14:26:03 -04:00