# Functions
NewAtomicArray generates a new AtomicArray instance.
NewAtomicBool generates a new AtomicBoolean instance.
NewAtomicInt generates a newVal AtomicInt instance.
NewQueue creates a new queue with initial size.
NewSyncVal creates a new instance of SyncVal.
# Structs
AtomicArray implement a fixed width array with atomic semantics.
AtomicBool implements a synchronized boolean value.
AtomicInt implements an int value with atomic semantics.
AtomicQueue is a non-blocking FIFO queue.
No description provided by the author