Static regex_automata::util::pool::inner::COUNTER

source ยท
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.