RBQRealmNotificationManager, should be refactored to use a singleton worker thread that will receive the Realm notifications and pass along changes to RBQFetchedResultsController so that the dev never has to worry about passing changes to RBQRealmNotificationManager on a background queue/thread that doesn't have a runloop.
RBQRealmNotificationManager
, should be refactored to use a singleton worker thread that will receive the Realm notifications and pass along changes toRBQFetchedResultsController
so that the dev never has to worry about passing changes toRBQRealmNotificationManager
on a background queue/thread that doesn't have a runloop.