1
0
mirror of https://github.com/danog/amp.git synced 2024-11-27 04:24:42 +01:00
amp/lib/Loop
Aaron Piotrowski d7353d4d8f Catch watcher callback exceptions individually
Exceptions thrown from watcher callbacks are now forwarded to the loop error handler without ending the current tick. Fixes #74.
2017-03-14 00:20:05 -05:00
..
Driver.php Catch watcher callback exceptions individually 2017-03-14 00:20:05 -05:00
DriverFactory.php Rename Factory to DriverFactory, rename supported to isSupported 2017-03-12 11:25:21 +01:00
EvDriver.php Catch watcher callback exceptions individually 2017-03-14 00:20:05 -05:00
EventDriver.php Catch watcher callback exceptions individually 2017-03-14 00:20:05 -05:00
InvalidWatcherException.php Remove unsused code from InvalidWatcherException, add handle tests for drivers 2017-03-13 13:56:46 +01:00
NativeDriver.php Catch watcher callback exceptions individually 2017-03-14 00:20:05 -05:00
UnsupportedFeatureException.php Switch from AsyncInterop\Promise to Amp\Promise 2017-03-10 21:58:46 +01:00
UvDriver.php Catch watcher callback exceptions individually 2017-03-14 00:20:05 -05:00