Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GroupMutex ¶
type GroupMutex struct {
// contains filtered or unexported fields
}
func NewGroupMutex ¶
func NewGroupMutex() *GroupMutex
func (*GroupMutex) LockMutexForGroup ¶
func (gm *GroupMutex) LockMutexForGroup(group string)
func (*GroupMutex) ReleaseMutex ¶
func (gm *GroupMutex) ReleaseMutex(group string)
Click to show internal directories.
Click to hide internal directories.