Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LightLocker ¶
type LightLocker struct {
// contains filtered or unexported fields
}
func (*LightLocker) Lock ¶
func (l *LightLocker) Lock()
func (*LightLocker) LockPrintTime ¶
func (l *LightLocker) LockPrintTime(printTime int64)
func (*LightLocker) TryLock ¶
func (l *LightLocker) TryLock() bool
func (*LightLocker) UnLock ¶
func (l *LightLocker) UnLock()
type WaitGroup ¶
type WaitGroup struct {
// contains filtered or unexported fields
}
func NewWaitGroup ¶
Click to show internal directories.
Click to hide internal directories.