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