. "" .
, , . ( ), , ... , - ...
NSManagedContext *backgroundContext = [NSManagedContext alloc] initWithConcurrencyType:NSPrivateQueueConcurrencyType];
backgroudContext.parentContext = [self mainManagedObjectContext];
[backgroundContext performBlock:^{
[backgroundContext save:&error];
dispatch_async(dispatch_get_main_queue(), ^{
}];
}];
, ... mainMOC concurrency. , , alloc/init initWithConcurrencyType: NSMainQueueConcurrencyType.
/ . MOC, , MOC, private MOC. - , .
, : MOC, MOC.
, , "root" MOC-.