mirror of
https://github.com/danog/amp.git
synced 2025-01-23 05:41:25 +01:00
6 lines
62 B
PHP
6 lines
62 B
PHP
|
<?php
|
||
|
|
||
|
namespace Amp\Loop\Internal;
|
||
|
|
||
|
class Read extends Io {}
|