returnOn

open override fun returnOn(dispatcher: CoroutineDispatcher): EventReceiver

Set the CoroutineDispatcher which will be used to launch your callbacks.

If this EventReceiver was created on the main thread the default dispatcher will be Dispatchers.Main. In any other case Dispatchers.Default will be used.