Skip to content

Instantly share code, notes, and snippets.

@pietrocaselani
Created February 18, 2018 16:17
Show Gist options
  • Save pietrocaselani/a0059d662f566e376bc1fb0cad2187e9 to your computer and use it in GitHub Desktop.
Save pietrocaselani/a0059d662f566e376bc1fb0cad2187e9 to your computer and use it in GitHub Desktop.
Realm + RxSwift in the wrong way!
let realmQueue = DispatchQueue(label: "RealmQueue", qos: .background)
let realmScheduler = SerialDispatchQueueScheduler(queue: realmQueue, internalSerialQueueName: "RealmScheduler")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment