static COUNTER: AtomicUsize
Expand description
An atomic counter used to allocate thread IDs.
We specifically start our counter at 3 so that we can use the values less than it as sentinels.
static COUNTER: AtomicUsize
An atomic counter used to allocate thread IDs.
We specifically start our counter at 3 so that we can use the values less than it as sentinels.