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