Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MultiMutex ¶
type MultiMutex[K comparable] struct { // contains filtered or unexported fields }
func (*MultiMutex[K]) TryLock ¶
func (m *MultiMutex[K]) TryLock(key K) (func(), bool)
Click to show internal directories.
Click to hide internal directories.