articles icon indicating copy to clipboard operation
articles copied to clipboard

Outdated Core Data Concurrency Guide

Open NSCSKirk opened this issue 9 years ago • 1 comments

The Apple Core Data Concurrency Guide (https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/CoreData/Articles/cdConcurrency.html) linked to in issue 2 under common background practices (http://www.objc.io/issue-2/common-background-practices.html) is considered out of date by Apple with the following notice at the top of the page:

"Important: Best practices for concurrency with Core Data have changed dramatically since this document was written; please note that this chapter does not represent current recommendations."

NSCSKirk avatar Feb 26 '15 19:02 NSCSKirk

There is a prerelease new version at https://developer.apple.com/library/prerelease/ios/documentation/Cocoa/Conceptual/CoreData/Concurrency.html

puttin avatar Sep 05 '15 10:09 puttin