init(concurrencyType:)
Creates a context that uses the specified concurrency type.
Declaration
init(concurrencyType ct: NSManagedObjectContextConcurrencyType)Parameters
- ct:
The context’s concurrency type. For possible values, see Nsmanagedobjectcontextconcurrencytype.
Mentioned in
Discussion
For more information, see Concurrency.