November 2017
Intermediate to advanced
670 pages
17h 35m
English
Does this mean that we are relying on mutable data that could be updated before and during our function call?
If we want to prevent updates on data during the time our function is running, what extra code must we write to ensure data consistency? What locking mechanisms will we need to implement?
Will this prevent us from writing code that runs in parallel?
Is concurrent programming possible?