delay = $delay; } protected function __wakeup_async(): \Generator { yield delay($this->delay); $this->woke = true; return true; } }