You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use a single vector for async_map and support atomic (non-movable) types directly (#1456)
* Use a single vector for async_map
* Using std::pair<K, V> as value_type
* Use unique_ptr underneath async_map
* formatting
* Comparison operators for async_map
* Add useful error for operator[]
0 commit comments