Static parking_lot_core::parking_lot::HASHTABLE
source · static HASHTABLE: AtomicPtr<HashTable>
Expand description
Holds the pointer to the currently active HashTable
.
§Safety
Except for the initial value of null, it must always point to a valid HashTable
instance.
Any HashTable
this global static has ever pointed to must never be freed.