mirror of
https://github.com/danog/parallel.git
synced 2025-01-22 14:01:14 +01:00
6 lines
82 B
PHP
6 lines
82 B
PHP
<?php
|
|
|
|
namespace Amp\Parallel;
|
|
|
|
interface Strand extends Context, Sync\Channel {}
|