1
0
mirror of https://github.com/danog/amp.git synced 2024-12-02 17:37:50 +01:00
amp/test/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
..
DriverStateTest.php Apply PSR-2 2018-06-18 20:00:01 +02:00
DriverTest.php Fix NativeDriver when only signals are enabled 2020-10-10 08:54:50 -05:00
EvDriverTest.php Apply PSR-2 2018-06-18 20:00:01 +02:00
EventDriverTest.php Apply PSR-2 2018-06-18 20:00:01 +02:00
NativeDriverTest.php Fix signal handler in NativeDriver when used with pcntl_async_signals 2019-02-25 18:05:47 -06:00
TimerQueueTest.php Correct heap implementation in TimerQueue (#332) 2020-11-03 10:23:45 -06:00
TracingDriverTest.php Fix TracingDriver, add TracingDriverTest 2019-10-01 21:39:23 +02:00
UvDriverTest.php Apply PSR-2 2018-06-18 20:00:01 +02:00
UvLoopDestructShutdown.phpt Apply PSR-2 2018-06-18 20:00:01 +02:00