ConcurrencyLease
class ConcurrencyLease implements Lease
Methods
bool
release()
Release the held slot if still owned by this lease.
string
owner()
Get the owner identifier of this lease.
Details
at line 15
__construct(Lock $lock)
Create a new lease instance.
at line 23
bool
release()
Release the held slot if still owned by this lease.
at line 31
string
owner()
Get the owner identifier of this lease.