mirror of
https://github.com/danog/byte-stream.git
synced 2024-11-27 04:14:49 +01:00
Add ReactPHP credit
This commit is contained in:
parent
85cd222d2f
commit
bcefe903c9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user