Extensions for kotlinx.coroutines.experimental.Job
fun Job.asCompletable(context: CoroutineContext): Completable Converts this job to the hot reactive completable that signals with onCompleted when the corresponding job completes. |
fun Job.asCompletable(context: CoroutineContext): Completable Converts this job to the hot reactive completable that signals with onCompleted when the corresponding job completes. |