Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LockedValue ¶
type LockedValue interface {
Get() interface{}
Set(value interface{})
Unlock()
}
type RLockedValue ¶
type RLockedValue interface {
Get() interface{}
Unlock()
}
type Value ¶
type Value interface {
Lock() LockedValue
RLock() RLockedValue
}
Click to show internal directories.
Click to hide internal directories.