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 7f8b287 commit a34c3f3Copy full SHA for a34c3f3
src/Driver/ParallelFilesystemDriver.php
@@ -93,6 +93,7 @@ private function selectWorker(): Worker
93
if ($this->workerStorage->count() < $this->workerLimit) {
94
$this->pendingWorker = async($this->pool->getWorker(...));
95
$worker = $this->pendingWorker->await();
96
+ $this->pendingWorker = null;
97
98
$this->workerStorage[$worker] = 1;
99
0 commit comments