Open dniprodev opened 9 years ago
Why in -[ManagedObject MR_countOfEntitiesWithPredicate:inContext:] method -countForFetchRequest:error: called directly not over performBlock:
For example in -MR_executeFetchRequest:inContext method -executeFetchRequest:error: call over performBlockAndWait:
I was just wondering about the same today. I think it's developer's responsibility to wrap it in performBlock if you use private queue context.
performBlock
Why in -[ManagedObject MR_countOfEntitiesWithPredicate:inContext:] method -countForFetchRequest:error: called directly not over performBlock:
For example in -MR_executeFetchRequest:inContext method -executeFetchRequest:error: call over performBlockAndWait: