parallel/lib/Strand.php
2016-12-29 19:16:04 -06:00

6 lines
82 B
PHP

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