1
0
mirror of https://github.com/danog/amp.git synced 2024-12-11 17:09:40 +01:00
amp/lib/Loop
Bob Weinand c3afc5e977
Fix #256 - Ensure nowUpdateNeeded is set to true after a blocking wait in NativeDriver
So that expired timeouts also indeed do trigger immediately instead of in the next tick.
2019-01-21 16:41:30 +01:00
..
Driver.php Add Loop::now() 2018-11-26 21:59:15 +01:00
DriverFactory.php Apply PSR-2 2018-06-18 20:00:01 +02:00
EvDriver.php Implement monotonic timer using PHP 7.3's hrtime() 2018-12-10 20:07:11 +01:00
EventDriver.php Implement monotonic timer using PHP 7.3's hrtime() 2018-12-10 20:07:11 +01:00
InvalidWatcherError.php Apply PSR-2 2018-06-18 20:00:01 +02:00
NativeDriver.php Fix #256 - Ensure nowUpdateNeeded is set to true after a blocking wait in NativeDriver 2019-01-21 16:41:30 +01:00
UnsupportedFeatureException.php Apply PSR-2 2018-06-18 20:00:01 +02:00
UvDriver.php Add Loop::now() 2018-11-26 21:59:15 +01:00
Watcher.php Apply PSR-2 2018-06-18 20:00:01 +02:00