mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-04-20 07:41:23 +02:00
tidy up
This commit is contained in:
@@ -854,7 +854,7 @@ public final class ListMonitor<T: NSManagedObject> {
|
||||
/**
|
||||
Returns `true` if a call to `refetch(...)` was made to the `ListMonitor` and is currently waiting for the fetching to complete. Returns `false` otherwise.
|
||||
*/
|
||||
private(set) public var isPendingRefetch = false
|
||||
public private(set) var isPendingRefetch = false
|
||||
|
||||
/**
|
||||
Asks the `ListMonitor` to refetch its objects using the specified series of `FetchClause`s. Note that this method does not execute the fetch immediately; the actual fetching will happen after the `NSFetchedResultsController`'s last `controllerDidChangeContent(_:)` notification completes.
|
||||
|
||||
Reference in New Issue
Block a user