Streamlyne / Cocoa-SDK

Streamlyne API for Cocoa Developers
https://github.com/Streamlyne/Cocoa-SDK
2 stars 1 forks source link

Use CoreData (MagicalRecord) in private background threads asynchronously #19

Closed Glavin001 closed 9 years ago

Glavin001 commented 10 years ago
Glavin001 commented 10 years ago

See discussion and related links at https://github.com/Streamlyne/ios-app/issues/30

Glavin001 commented 10 years ago

This looks awesome! Fetching Core Data objects in the background: objects not faulted: http://stackoverflow.com/a/8555056

Glavin001 commented 10 years ago

See Fetch in the Background for UI Responsiveness of https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/CoreData/Articles/cdConcurrency.html

Glavin001 commented 10 years ago

Most of the refactoring has been completed, however there is a strange error: https://github.com/mxcl/PromiseKit/issues/77