deliverOnMainThread

open val deliverOnMainThread: Boolean = true

The callbacks are by default delivered on the main thread. Changing this property to false will deliver the callbacks on their originating threads.

Set to false for faster callback delivery on the original thread (no unnecessary context switching).