Thread-safe dict?

Is there any dictionary implementation that can be updated safely within threaded code?

References:

See also ConcurrentDict in ConcurrentCollections.jl · ConcurrentCollections