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
Concurrent::Map is described as a mostly compatible replacement for Concurrent::Hash, but it is missing the each method. On a Hash, this method has a lot of use, and it would ease migration from (Concurrent::)Hash to Concurrent::Map if the each method was an alias for each_pair as it is for a regular Ruby Hash.