1
0
mirror of https://github.com/danog/byte-stream.git synced 2024-11-26 20:04:51 +01:00

Add ReactPHP credit

This commit is contained in:
Niklas Keller 2017-05-05 21:38:43 +02:00
parent 85cd222d2f
commit bcefe903c9

View File

@ -1,5 +1,8 @@
<?php
// Adopted from ReactPHP's stream package
// https://github.com/reactphp/stream/blob/b996af99fd1169ff74e93ef69c1513b7d0db19d0/examples/benchmark-throughput.php
use Amp\ByteStream\ResourceInputStream;
use Amp\ByteStream\ResourceOutputStream;
use Amp\Loop;