Documentation ¶
Index ¶
Constants ¶
View Source
const APPEND = "01235"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LockCond ¶ added in v0.2.2
LockCond is a wrapper of sync.Cond, each method will be called with lock
func NewLockCond ¶ added in v0.2.2
type MRWMutex ¶
type MRWMutex struct {
// contains filtered or unexported fields
}
func NewMRWMutex ¶
func NewMRWMutex() *MRWMutex
type Once ¶
type Once uint32
Once is an object that will perform exactly one action unless call Undo.
Click to show internal directories.
Click to hide internal directories.