Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AtomicBool ¶
type AtomicBool struct {
// contains filtered or unexported fields
}
func NewAtomicBool ¶
func NewAtomicBool(initialValue bool) *AtomicBool
func (*AtomicBool) IsSet ¶
func (b *AtomicBool) IsSet() bool
func (*AtomicBool) Set ¶
func (b *AtomicBool) Set()
func (*AtomicBool) TestAndClear ¶
func (b *AtomicBool) TestAndClear() bool
func (*AtomicBool) TestAndSet ¶
func (b *AtomicBool) TestAndSet() bool
func (*AtomicBool) Unset ¶
func (b *AtomicBool) Unset()
Click to show internal directories.
Click to hide internal directories.