pool = new DefaultWorkerPool(); return new ParallelFilesystemDriver($this->pool); } protected function tearDownAsync(): void { $this->pool->shutdown(); } }