CRLoom icon indicating copy to clipboard operation
CRLoom copied to clipboard

A framework for threading NSManagedObject creation, updates and querying in Core Data

Results 2 CRLoom issues
Sort by recently updated
recently updated
newest added

You can deadlock other Core Data code (like from Google Analytics) listening to MOC changes for MOCs you don't own.

I.e., `[NSManagedObject CRL_importData:intoContext:]`, as per Apple documentation: [Avoid Category Method Name Clashes](https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/ProgrammingWithObjectiveC/CustomizingExistingClasses/CustomizingExistingClasses.html#//apple_ref/doc/uid/TP40011210-CH6-SW4).