Documentation
¶
Index ¶
Constants ¶
View Source
const (
Version = "v0.1.2"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FastLocker ¶
type FastLocker struct {
// contains filtered or unexported fields
}
func (*FastLocker) Lock ¶
func (mu *FastLocker) Lock()
func (*FastLocker) Unlock ¶
func (mu *FastLocker) Unlock()
type SafeBool ¶
type SafeBool uint32
线程安全的标志位 set 方法保证置换操作的原子性
func (*SafeBool) ForceSetFalse ¶
func (b *SafeBool) ForceSetFalse()
func (*SafeBool) ForceSetTrue ¶
func (b *SafeBool) ForceSetTrue()
Click to show internal directories.
Click to hide internal directories.