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
c63bc389b2f8d9139c25dbca3b0cb9feb0fbc6cd
CoreStore
/
CoreStore
/
Observing
History
John Estropia
71c3abc4f3
Let ListMonitor expose methods for Section Indexes (
fixes
#32
)
2016-01-06 19:16:46 +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
Let ListMonitor expose methods for Section Indexes (
fixes
#32
)
2016-01-06 19:16:46 +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