| 1 | <?php |
||
| 9 | class MultiRequest |
||
| 10 | { |
||
| 11 | 3 | public static function run(array $threads, callable $waitAll) |
|
| 22 | |||
| 23 | 2 | public static function isRunning(){ |
|
| 26 | |||
| 27 | 2 | public static function wait($waitAble) |
|
| 33 | |||
| 34 | /** |
||
| 35 | * @var MultiRequestCore[] |
||
| 36 | */ |
||
| 37 | protected static $contexts; |
||
| 38 | protected static $currentContext; |
||
| 39 | |||
| 40 | |||
| 41 | } |