PKMappingCoordinator Class Reference
Inherits from | NSObject |
Declared in | PKMappingCoordinator.h PKMappingCoordinator.m |
Overview
The mapping coordinator is responsible for providing each new request operation with an new object mapper. This is needed because a single NSManagedObjectContext instance can only be used on the thread that instantiated it. Hence, PodioKit needs to create a new object context for each concurrent background operation.