Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MuTracker ¶
type MuTracker struct {
// contains filtered or unexported fields
}
MuTracker is a tracker that uses mutexes to lock items
func (*MuTracker) IsItemLocked ¶
IsItemLocked returns true if the item with the given RID is locked
func (*MuTracker) LockedItems ¶
LockedItems returns a slice of all the items that are currently locked
func (*MuTracker) UnlockItem ¶
UnlockItem unlocks the item with the given RID
Click to show internal directories.
Click to hide internal directories.