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-15 13:43:43 +01:00
Code
Issues
95
Packages
Projects
Releases
10
Wiki
Activity
Files
f79a77ab78bb2a5c3753adb0d59335be28b84379
CoreStore
/
CoreStore
/
Observing
History
John Estropia
1f2a70fd42
minor fixes
2015-11-24 16:06:48 +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 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
ListObserver.swift
minor fixes
2015-11-24 16:06:48 +09:00
ObjectMonitor.swift
allow CoreStore installation both through frameworks or through direct linking
2015-11-24 11:33:52 +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