Offers locking a mechanism to prevent race conditions.
Optional
the key of the resource to lock
the code which should run once the lock was acquired
how long to wait until the code in callback is finished
how long to wait until the lock is acquired
'timeout' or 'occupation-time-exceed' errors
Offers locking a mechanism to prevent race conditions.