Represents a Locker object with methods for executing actions within a lock.
Executes a specified action within a lock context.
The unique key representing the lock.
The JavaScript function to execute within the lock.
Additional parameters for the lock, such as retry timeout.
Represents a Locker object with methods for executing actions within a lock.