1
0
mirror of https://github.com/danog/amp.git synced 2024-11-27 04:24:42 +01:00
amp/lib
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
..
Internal Fix tests and Producer React adaption 2017-03-12 22:09:19 +01:00
Loop Catch watcher callback exceptions individually 2017-03-14 00:20:05 -05:00
CallableMaker.php Switch from AsyncInterop\Promise to Amp\Promise 2017-03-10 21:58:46 +01:00
Coroutine.php Implement yielding arrays as implicit all operator, fixes #68 2017-03-12 19:42:25 +01:00
Deferred.php Switch from AsyncInterop\Promise to Amp\Promise 2017-03-10 21:58:46 +01:00
Emitter.php Switch from AsyncInterop\Promise to Amp\Promise 2017-03-10 21:58:46 +01:00
Failure.php Remove promise error handler 2017-03-10 15:32:58 -06:00
functions.php Accept React promises in rethrow, wait, timeout, pipe, and capture 2017-03-13 07:17:06 +01:00
InvalidYieldError.php Switch from AsyncInterop\Promise to Amp\Promise 2017-03-10 21:58:46 +01:00
Iterator.php Switch from AsyncInterop\Promise to Amp\Promise 2017-03-10 21:58:46 +01:00
LazyPromise.php Add support for React promises 2017-03-11 09:17:43 -06:00
Listener.php Switch from AsyncInterop\Promise to Amp\Promise 2017-03-10 21:58:46 +01:00
Loop.php Rename Factory to DriverFactory, rename supported to isSupported 2017-03-12 11:25:21 +01:00
Message.php Switch from AsyncInterop\Promise to Amp\Promise 2017-03-10 21:58:46 +01:00
MultiReasonException.php Switch from AsyncInterop\Promise to Amp\Promise 2017-03-10 21:58:46 +01:00
Pause.php Switch from AsyncInterop\Promise to Amp\Promise 2017-03-10 21:58:46 +01:00
Producer.php Fix docblock param formatting 2017-03-10 23:08:40 -06:00
Promise.php Fix docblock param formatting 2017-03-10 23:08:40 -06:00
Stream.php Switch from AsyncInterop\Promise to Amp\Promise 2017-03-10 21:58:46 +01:00
Struct.php Improve tests and kill some Humbug mutants 2017-01-07 22:55:34 +01:00
Success.php Merge branch 'react-compatibility' 2017-03-12 11:38:48 -05:00
TimeoutException.php Merge pull request #54 from amphp/ex-msg 2017-01-15 08:48:56 -06:00