Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AtomicCount ¶
type AtomicCount int32
func (*AtomicCount) Decrement ¶
func (c *AtomicCount) Decrement() int32
func (*AtomicCount) Get ¶
func (c *AtomicCount) Get() int32
func (*AtomicCount) Increment ¶
func (c *AtomicCount) Increment() int32
Click to show internal directories.
Click to hide internal directories.