@@ -5,7 +5,6 @@ |
||
5 | 5 | use mpyw\Co\Internal\CoOption; |
6 | 6 | use mpyw\Co\Internal\GeneratorContainer; |
7 | 7 | use mpyw\Co\Internal\CURLPool; |
8 | - |
|
9 | 8 | use React\Promise\Deferred; |
10 | 9 | use React\Promise\PromiseInterface; |
11 | 10 | use function React\Promise\all; |
@@ -150,6 +150,7 @@ |
||
150 | 150 | |
151 | 151 | /** |
152 | 152 | * Used for halting loop. |
153 | + * @param \RuntimeException $e |
|
153 | 154 | */ |
154 | 155 | public function reserveHaltException($e) |
155 | 156 | { |