I have a dictionary from which I read a value based on a key, do some processing, and then update. Now I need to parallel multiple processes that will need to update the dictionary. How can I lock or serialize the updates? Something similar to MySQL select for update ... Update sequence.
- [julia-users] Select * for update using dictionary Uriel Carrasquilla
