1
0
mirror of https://github.com/danog/amp.git synced 2024-12-13 01:47:33 +01:00
amp/lib/Loop
Aaron Piotrowski 4792bf52fe Emulate "now" behavior of libuv/libev in NativeDriver and EventDriver
Timers created while not running when using NativeDriver and EventDriver will include the elapsed time before run() is called. This matches the behavior of EvDriver and UvDriver. Addresses #113.
2017-04-19 17:21:23 -05:00
..
Driver.php Move Watcher to Loop namespace 2017-04-18 09:38:16 -05:00
DriverFactory.php Ignore DriverFactory for code coverage 2017-03-14 22:33:45 +01:00
EvDriver.php Move Watcher to Loop namespace 2017-04-18 09:38:16 -05:00
EventDriver.php Emulate "now" behavior of libuv/libev in NativeDriver and EventDriver 2017-04-19 17:21:23 -05:00
InvalidWatcherError.php InvalidWatcherException → InvalidWatcherError 2017-03-14 11:48:27 -05:00
NativeDriver.php Emulate "now" behavior of libuv/libev in NativeDriver and EventDriver 2017-04-19 17:21:23 -05:00
UnsupportedFeatureException.php Switch from AsyncInterop\Promise to Amp\Promise 2017-03-10 21:58:46 +01:00
UvDriver.php Move Watcher to Loop namespace 2017-04-18 09:38:16 -05:00
Watcher.php Move Watcher to Loop namespace 2017-04-18 09:38:16 -05:00