init(); }); } public function perform() { run(function() { Runtime::enableCoroutine(SWOOLE_HOOK_ALL); $this->execute(); }); } public function tearDown(): void { run(function() { Runtime::enableCoroutine(SWOOLE_HOOK_ALL); $this->shutdown(); }); } }