Static regex_automata::util::pool::inner::THREAD_ID_INUSE
source ยท static THREAD_ID_INUSE: usize
Expand description
A thread ID indicating that the special owner value is in use and not
available. This state is useful for avoiding a case where the owner
of a pool calls get
before putting the result of a previous get
call back into the pool.