Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WhereAmIMsg ¶
func WhereAmIMsg(msg string)
func WhereAmIString ¶
Types ¶
type AtomicBool ¶
type AtomicBool int32
func (*AtomicBool) Load ¶
func (a *AtomicBool) Load() (v bool)
func (*AtomicBool) Store ¶
func (a *AtomicBool) Store(x bool)
type AtomicInt64 ¶
type AtomicInt64 int64
func (*AtomicInt64) Add ¶
func (a *AtomicInt64) Add(x int64)
func (*AtomicInt64) Load ¶
func (a *AtomicInt64) Load() int64
func (*AtomicInt64) Store ¶
func (a *AtomicInt64) Store(x int64)
type AtomicString ¶
type AtomicString struct {
// contains filtered or unexported fields
}
func (*AtomicString) Load ¶
func (a *AtomicString) Load() string
func (*AtomicString) Store ¶
func (a *AtomicString) Store(x string)
type AtomicUint32 ¶
type AtomicUint32 uint32
func (*AtomicUint32) Load ¶
func (a *AtomicUint32) Load() uint32
func (*AtomicUint32) Store ¶
func (a *AtomicUint32) Store(x uint32)
type AtomicUint8 ¶
type AtomicUint8 uint32
func (*AtomicUint8) Load ¶
func (a *AtomicUint8) Load() uint8
func (*AtomicUint8) Store ¶
func (a *AtomicUint8) Store(x uint8)
type DebugMutex ¶
type DebugMutex struct {
// contains filtered or unexported fields
}
func (*DebugMutex) Unlock ¶
func (c *DebugMutex) Unlock()
Click to show internal directories.
Click to hide internal directories.