1
0
mirror of https://github.com/danog/amp.git synced 2024-12-04 10:28:01 +01:00
amp/lib/Internal
Niklas Keller c45cd5a3a9 Fix backpressure release
Previously, backpressure was only released once advance() was called
again. This means the last backpressure item was never free'd in case
the caller knows there are no more items to consume and didn't call
advance() the last time.
2019-09-21 18:30:14 +02:00
..
functions.php Ignore code coverage for getCurrentTime on 32 bit 2019-05-31 20:42:02 +02:00
Placeholder.php Move Coroutine::__destruct to Placeholder 2019-05-31 11:38:02 -05:00
PrivateIterator.php Apply PSR-2 2018-06-18 20:00:01 +02:00
PrivatePromise.php Apply PSR-2 2018-06-18 20:00:01 +02:00
Producer.php Fix backpressure release 2019-09-21 18:30:14 +02:00
ResolutionQueue.php Apply PSR-2 2018-06-18 20:00:01 +02:00