//
pkg.gl
Category
github.com/stackadapt/aerospike-client-go
internal
atomic
package
4.5.2+incompatible
Repository:
https://github.com/stackadapt/aerospike-client-go.git
Documentation:
pkg.go.dev
Overview
Versions
3
Dependencies
3
Dependents
0
Files
222 SLOC
#
Functions
NewArray
NewArray generates a new Array instance.
NewBool
NewBool generates a new Boolean instance.
NewInt
NewInt generates a newVal Int instance.
NewQueue
NewQueue creates a new queue with initial size.
NewSyncVal
NewSyncVal creates a new instance of SyncVal.
#
Structs
Array
Array implement a fixed width array with atomic semantics.
Bool
Bool implements a synchronized boolean value.
Int
Int implements an int value with atomic semantics.
Queue
Queue is a non-blocking FIFO queue.
SyncVal
SyncVal allows synchronized access to a value.