# Functions
NewCtxMutex creates a new CtxMutex.
NewDistributedLocker creates a new DynamoDB-based distributed locker that allows holding global locks.
# Structs
No description provided by the author
# Interfaces
CtxMutex is a mutex where Lock operations use a context that can be cancelled/deadlined to terminate the lock attempt.
DistributedLock is a lock that can be used across multiple processes, computers, etc.
No description provided by the author
No description provided by the author