Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AtomicCounter ¶
type AtomicCounter struct {
// contains filtered or unexported fields
}
func (*AtomicCounter) Add ¶
func (c *AtomicCounter) Add(amount int64)
func (*AtomicCounter) Read ¶
func (c *AtomicCounter) Read() int64
Click to show internal directories.
Click to hide internal directories.