1
0
mirror of https://github.com/danog/amp.git synced 2024-12-03 18:07:57 +01:00
amp/lib
Aaron Piotrowski 8bd6cff602
Update Struct to use reflection
Typed properties requires reflection.
2020-10-02 13:56:40 -05:00
..
Internal Refactor internal traits as classes 2020-09-26 23:14:17 -05:00
Loop Check run count on dispatch 2020-10-02 13:55:00 -05:00
AsyncGenerator.php Fix throw from send 2020-09-25 12:57:56 -05:00
CancellationToken.php Add more class and return types 2020-09-24 22:17:13 -05:00
CancellationTokenSource.php Defer cancellation callback 2020-10-02 13:55:46 -05:00
CancelledException.php Apply PSR-2 2018-06-18 20:00:01 +02:00
CombinedCancellationToken.php Defer cancellation callback 2020-10-02 13:55:46 -05:00
Coroutine.php Refactor internal traits as classes 2020-09-26 23:14:17 -05:00
Deferred.php Refactor internal traits as classes 2020-09-26 23:14:17 -05:00
Delayed.php Refactor internal traits as classes 2020-09-26 23:14:17 -05:00
DisposedException.php Rename to Pipeline 2020-09-24 12:53:31 -05:00
Emitter.php Refactor internal traits as classes 2020-09-26 23:14:17 -05:00
Failure.php Initial fiber support 2020-09-24 12:53:32 -05:00
functions.php Fix pipeline functions 2020-10-02 13:55:58 -05:00
InvalidYieldError.php Apply PSR-2 2018-06-18 20:00:01 +02:00
Iterator.php Rename to Pipeline 2020-09-24 12:53:31 -05:00
LazyPromise.php Run promisor in LazyPromise in new fiber 2020-09-26 22:26:57 -05:00
Loop.php Remove unnecessary version checks 2020-10-02 13:56:17 -05:00
MultiReasonException.php Add more class and return types 2020-09-24 22:17:13 -05:00
NullCancellationToken.php Add more class and return types 2020-09-24 22:17:13 -05:00
Pipeline.php Refactor Pipeline for async/await 2020-09-24 22:14:58 -05:00
PipelineSource.php Add separate method to await back pressure 2020-09-25 12:32:37 -05:00
Producer.php Refactor internal traits as classes 2020-09-26 23:14:17 -05:00
Promise.php Initial fiber support 2020-09-24 12:53:32 -05:00
Struct.php Update Struct to use reflection 2020-10-02 13:56:40 -05:00
Success.php Initial fiber support 2020-09-24 12:53:32 -05:00
TimeoutCancellationToken.php Defer cancellation callback 2020-10-02 13:55:46 -05:00
TimeoutException.php Fix invalid types in doc comments 2020-03-28 14:32:53 +01:00