SharedDict for multiple processes?

I am doing a bunch of distributed long calculations and I want to write results to a Dict.
Is there a way for multiple Julia processes to share a Dict (with write access)?
I don’t care if writing to the Dict in this way is slow, because the bottleneck here is the calculations. Writing to a Dict is just a convenient step after each calculation.

This is an old 0.6 version and unmaintained but with just a little tweak you can use it between processes