parallel/lib/Strand.php

6 lines
82 B
PHP
Raw Normal View History

2016-12-29 19:16:04 -06:00
<?php
2016-08-18 11:04:48 -05:00
2016-08-23 16:47:40 -05:00
namespace Amp\Parallel;
2015-12-21 11:04:51 -06:00
interface Strand extends Context, Sync\Channel {}