Insert a element to this.
- Parameters
-
Definition at line 104 of file ThreadUnorderedMap.h.
105 {
106 std::unique_lock<std::shared_mutex> lock(
m_Mutex);
107
109 }
std::shared_mutex m_Mutex
Mutex of this queue.
std::unordered_map< K, V > m_Map
This wrapped unordered_map.