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