Constants to indicate the concurrency pattern with which a context will be used.
SDKs
- iOS 5.0+
- macOS 10.7+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
Framework
- Core Data
Declaration
typedef enum NSManagedObjectContextConcurrencyType : NSUInteger {
...
} NSManagedObjectContextConcurrencyType;
Overview
See also init
and Concurrency with Core Data.