Hacker News new | ask | show | jobs
by issaria 3213 days ago
A concurrent map in my understanding, is a map that can be accessed concurrently without explicit synchronization, not each coroutine has a piece of it. Check java ConcurrentHashMap.