On Jun 10, 2013, at 6:28 AM, Roland King wrote:
> How about the objects which are then owned by the MOC, the managed objects?
> Do any messages sent to them, even a property or relationship lookup, need
> also to be in a performBlock: call on the MOC owning those objects?
For an NSManagedObjec
Re-reading the documentation for concurrent managed object contexts in
preparation for moving some of my slower DB work off the main thread.
It's very clear that messages you send to the MOC must be inside performBlock:
or performBlockAndWait:, so if I execute a fetch request or anything else w