The way the processor industry is going, is to add more and more cores, but nobody knows how to program those things. I mean, two, yeah; four, not really; eight, forget it.
—Steve Jobs
For some reason, concurrency in Core Data sounds scary for many developers, primarily because of crashes and lagging.
The truth is that concurrency in Core Data is pretty simple, as long as we keep some basic rules.
After all, reading this book to this point proves that I am dealing here with a pretty intelligent developer.
Despite ...