mutex = $mutex; $this->key = $key; } public function acquire() : Promise { return $this->mutex->acquire($this->key); } }