I need a structure allowing to set a value at most once concurrently. Something that has methods similar to ConcurrentHashMap.putIfAbsent and Concurren
ConcurrentHashMap.putIfAbsent
Concurren