rxFlowable
@CheckReturnValue
Deprecated (with error)
use kotlinx-coroutines-rx2 directly
Replace with
toFlow().asFlowable(scheduler.asCoroutineDispatcher()
Content copied to clipboard
use kotlinx-coroutines-rx2 directly
toFlow().asFlowable(scheduler.asCoroutineDispatcher()