1 namespace Qore::Thread {
int next()
Atomically increments the sequence value and returns the last value.
int getCurrent()
Returns the current value of the sequence.
copy()
Creates a new Sequence object, not based on the original.
constructor()
Creates a new Sequence object.
The Sequence class implements a thread-safe increment-only object.
Definition: QC_Sequence.dox.h:6