1
0
mirror of https://github.com/danog/amp.git synced 2024-12-11 17:09:40 +01:00
amp/lib/Loop
descawed ecdc3c476b
Correct heap implementation in TimerQueue (#332)
* Correct heap implementation in TimerQueue, which would sometimes extract timers in the wrong order after a node other than the root was removed

* Factor out old heap rebuilding code into its own method to satisfy codeclimate requirements
2020-11-03 10:23:45 -06:00
..
Internal Correct heap implementation in TimerQueue (#332) 2020-11-03 10:23:45 -06:00
Driver.php Enforce timer interval as minimum time to execution (#319) 2020-07-14 21:45:35 +02:00
DriverFactory.php Increase psalm error level to level 2 2020-03-28 22:20:44 +01:00
EvDriver.php Enforce timer interval as minimum time to execution (#319) 2020-07-14 21:45:35 +02:00
EventDriver.php Enforce timer interval as minimum time to execution (#319) 2020-07-14 21:45:35 +02:00
InvalidWatcherError.php Add psalm static analysis on level 6 2020-03-28 12:23:46 +01:00
NativeDriver.php Fix NativeDriver when only signals are enabled 2020-10-10 08:54:50 -05:00
TracingDriver.php Increase psalm error level to level 2 2020-03-28 22:20:44 +01:00
UnsupportedFeatureException.php
UvDriver.php Enforce timer interval as minimum time to execution (#319) 2020-07-14 21:45:35 +02:00
Watcher.php Enforce timer interval as minimum time to execution (#319) 2020-07-14 21:45:35 +02:00