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.
1 parent f168385 commit 3c57ba9Copy full SHA for 3c57ba9
src/Driver/ParallelFilesystemDriver.php
@@ -67,6 +67,7 @@ private function selectWorker(): Worker
67
if ($this->workerStorage->count() < $this->pool->getWorkerLimit()) {
68
$this->pendingWorker = async($this->pool->getWorker(...));
69
$worker = $this->pendingWorker->await();
70
+ $this->pendingWorker = null;
71
72
$this->workerStorage[$worker] = 1;
73
0 commit comments