We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Hyperf\Coroutine\Channel\Pool
Hyperf\Utils\ChannelPool
1 parent 873ab7a commit 9c8b327Copy full SHA for 9c8b327
composer.json
@@ -19,6 +19,7 @@
19
"psr/container": "^1.0|^2.0",
20
"psr/event-dispatcher": "^1.0",
21
"hyperf/codec": "~3.0.0",
22
+ "hyperf/collection": "~3.0.0",
23
"hyperf/contract": "~3.0.0",
24
"hyperf/command": "~3.0.0",
25
"hyperf/utils": "~3.0.0"
src/Driver/Driver.php
@@ -27,6 +27,8 @@
27
use Psr\EventDispatcher\EventDispatcherInterface;
28
use Throwable;
29
30
+use function Hyperf\Coroutine\parallel;
31
+
32
abstract class Driver implements DriverInterface
33
{
34
protected PackerInterface $packer;
0 commit comments