1
0
mirror of https://github.com/danog/parallel.git synced 2024-11-27 04:44:56 +01:00
parallel/lib/Strand.php
2017-05-18 09:51:31 +02:00

7 lines
83 B
PHP

<?php
namespace Amp\Parallel;
interface Strand extends Context, Sync\Channel {
}