modify plugin name

This commit is contained in:
2022-07-11 16:54:24 +08:00
parent 0705eefd69
commit cd509b2663
+3
View File
@@ -12,6 +12,9 @@ class PoolQueue implements QueueInterface
private Channel|SplQueue $queue;
/**
* @param int $max
*/
public function __construct(public int $max)
{
// if (Context::inCoroutine()) {