Google Cloud PHP shared dependency, providing functionality useful to all components. Client - Class SemaphoreLock (1.51.2)

Reference documentation and code samples for the Google Cloud PHP shared dependency, providing functionality useful to all components. Client class SemaphoreLock.

Semaphore based lock implementation.

Namespace

Google \ Cloud \ Core \ Lock

Methods

__construct

Parameter
NameDescription
key int

A key.

acquire

Acquires a lock that will block until released.

Parameters
NameDescription
options array

Configuration options.

↳ blocking bool

Whether the process should block while waiting to acquire the lock. Defaults to true.

Returns
TypeDescription
bool

release

Releases the lock.