This website requires JavaScript.
Explore
Help
Register
Sign In
starred
/
CoreStore
Watch
1
Star
0
Fork
0
You've already forked CoreStore
mirror of
https://github.com/JohnEstropia/CoreStore.git
synced
2026-01-14 21:23:43 +01:00
Code
Issues
95
Packages
Projects
Releases
10
Wiki
Activity
Files
88a24540c6012803fb5fbb9cfd2cea145646ae1c
CoreStore
/
CoreStore
/
Observing
History
John Estropia
578e4966fc
added a convenience initializer for clients that only support NSFetchedResultsController (i.e. Objective-C)
2015-11-24 19:12:04 +09:00
..
CoreStore+Observing.swift
Added ability to initialize ListMonitors asynchronously. This is a deadlock-preventive measure for apps that heavily recreates ListMonitors while updates and saves are running in the background (because NSFetchedResultController's performFetch() locks the whole NSManagedObjectContext chain up until the NSPersistentStoreCoordinator)
2015-11-24 14:49:43 +09:00
DataStack+Observing.swift
Added ability to initialize ListMonitors asynchronously. This is a deadlock-preventive measure for apps that heavily recreates ListMonitors while updates and saves are running in the background (because NSFetchedResultController's performFetch() locks the whole NSManagedObjectContext chain up until the NSPersistentStoreCoordinator)
2015-11-24 14:49:43 +09:00
ListMonitor.swift
added a convenience initializer for clients that only support NSFetchedResultsController (i.e. Objective-C)
2015-11-24 19:12:04 +09:00
ListObserver.swift
minor fixes
2015-11-24 16:06:48 +09:00
ObjectMonitor.swift
added a convenience initializer for clients that only support NSFetchedResultsController (i.e. Objective-C)
2015-11-24 19:12:04 +09:00
ObjectObserver.swift
OSX support!!!11
2015-10-29 17:00:10 +09:00
SectionBy.swift
OSX support!!!11
2015-10-29 17:00:10 +09:00