Remove Reader and ConsumerInterface

This commit is contained in:
2021-03-10 21:06:55 +03:00
parent 9f004417fa
commit 2f638b9c75
6 changed files with 5 additions and 313 deletions

View File

@ -15,7 +15,7 @@ use Psr\Log\NullLogger;
use function Amp\asyncCall;
use function Amp\call;
final class Consumer extends Connection implements ConsumerInterface
final class Consumer extends Connection
{
private int $rdy = 0;