1
0
mirror of https://github.com/danog/amp.git synced 2024-11-26 20:15:00 +01:00
amp/lib
Niklas Keller c12828081f Fix exceptions bubbling from Coroutine::__destruct
This has been an edge case potentially hiding some exceptions. The tests have been refactored to error if the loop has watchers leaking from one test to another test.
2019-05-31 11:38:02 -05:00
..
Internal Fix exceptions bubbling from Coroutine::__destruct 2019-05-31 11:38:02 -05:00
Loop Fix signal handler in NativeDriver when used with pcntl_async_signals 2019-02-25 18:05:47 -06:00
CallableMaker.php Apply PSR-2 2018-06-18 20:00:01 +02:00
CancellationToken.php Annotate that throwIfRequested might throw CancelledException 2019-05-30 15:13:38 +02:00
CancellationTokenSource.php Apply PSR-2 2018-06-18 20:00:01 +02:00
CancelledException.php Apply PSR-2 2018-06-18 20:00:01 +02:00
Coroutine.php Fix exceptions bubbling from Coroutine::__destruct 2019-05-31 11:38:02 -05:00
Deferred.php Apply PSR-2 2018-06-18 20:00:01 +02:00
Delayed.php Apply PSR-2 2018-06-18 20:00:01 +02:00
Emitter.php Apply PSR-2 2018-06-18 20:00:01 +02:00
Failure.php Apply PSR-2 2018-06-18 20:00:01 +02:00
functions.php Fix phpdoc types for call / asyncCall (#260) 2019-02-05 18:32:32 +01:00
InvalidYieldError.php Apply PSR-2 2018-06-18 20:00:01 +02:00
Iterator.php Apply PSR-2 2018-06-18 20:00:01 +02:00
LazyPromise.php Apply PSR-2 2018-06-18 20:00:01 +02:00
Loop.php Add Loop::now() 2018-11-26 21:59:15 +01:00
MultiReasonException.php Note method to retreive array of exceptions 2019-03-02 09:22:06 -06:00
NullCancellationToken.php Apply PSR-2 2018-06-18 20:00:01 +02:00
Producer.php Apply PSR-2 2018-06-18 20:00:01 +02:00
Promise.php Apply PSR-2 2018-06-18 20:00:01 +02:00
Struct.php Apply PSR-2 2018-06-18 20:00:01 +02:00
Success.php Apply PSR-2 2018-06-18 20:00:01 +02:00
TimeoutCancellationToken.php Apply PSR-2 2018-06-18 20:00:01 +02:00
TimeoutException.php Apply PSR-2 2018-06-18 20:00:01 +02:00