1
0
mirror of https://github.com/danog/byte-stream.git synced 2024-11-27 12:24:48 +01:00
byte-stream/lib/DuplexStream.php
2017-03-23 18:38:15 -05:00

6 lines
99 B
PHP

<?php
namespace Amp\ByteStream;
interface DuplexStream extends ReadableStream, WritableStream {}