CoreData – Can we always use backgroundContext regardless of main or background thread? – Ios swift
So my questions is, Is it right way if we use backgroundContext in main thread ? Here I want to use 'performAndWait' so the statements after this CoreData operation should execute after CoreData save. private lazy var backgroundContext: NSManagedObjectContext =…