Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

Commit

Permalink
Updated description
Browse files Browse the repository at this point in the history
  • Loading branch information
Pol Quintana committed Dec 11, 2015
1 parent 929f4f1 commit 39b795a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The `RealmResultsController<T, U>` needs 4 parameters:

Where `T` is a `Realm` model and `U` is the type of the object you want to receive from the RRC. Since the RRC works in background, we can't work with normal Realm objects, so we either create mirror copies of the objects not associated to any Realm, or we map the Objects to another kind of "entity" of type `U`

The operations the RRC has to execute are enqueued to avoid unordered calls to `willChangeResults` and `didChangeResults`
Operations on each RRC are enqueued to avoid unordered calls to `willChangeResults` and `didChangeResults`. Each RRC has its own queue.

__Note:__ `T` and `U` can be of the same type, then the RRC will return a copy of the `T` objects but not included in any Realm.

Expand Down

0 comments on commit 39b795a

Please sign in to comment.