regex_automata::util::pool::inner

Static 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.