1
0
mirror of https://github.com/danog/amp.git synced 2024-11-27 04:24:42 +01:00
amp/lib/Loop
Aaron Piotrowski 45476b76a4 Reuse watcher resources when possible
Previously, disabling the sole read or write watcher for a stream would result in a duplicate UV-watcher for that stream being created. This keeps track of which UV-watchers are associated with a stream until the watcher is cancelled (not just disabled).
2017-04-24 19:19:22 -05:00
..
Driver.php Update php-cs-fixer to version 2 and upgrade rules 2017-04-24 16:22:02 +02:00
DriverFactory.php Update php-cs-fixer to version 2 and upgrade rules 2017-04-24 16:22:02 +02:00
EvDriver.php Move Watcher to Loop namespace 2017-04-18 09:38:16 -05:00
EventDriver.php Set next "now" at the beginning of watcher activation 2017-04-20 11:13:17 -05:00
InvalidWatcherError.php InvalidWatcherException → InvalidWatcherError 2017-03-14 11:48:27 -05:00
NativeDriver.php Set next "now" at the beginning of watcher activation 2017-04-20 11:13:17 -05:00
UnsupportedFeatureException.php Update php-cs-fixer to version 2 and upgrade rules 2017-04-24 16:22:02 +02:00
UvDriver.php Reuse watcher resources when possible 2017-04-24 19:19:22 -05:00
Watcher.php Use same poll for read and write watchers 2017-04-21 10:54:53 -05:00