concurrentMap
fun <K, V> Collectors.concurrentMap(): NonSuspendCollector<Pair<K, V>, ERROR CLASS: Symbol not found for ConcurrentMap>
Collects all the values in a map.
This Collector supports concurrency, so it's potential faster than Collectors.map.