Extensions for kotlinx.coroutines.experimental.Job

asCompletable

fun Job.asCompletable(context: CoroutineContext): Completable

Converts this job to the hot reactive completable that signals with onCompleted when the corresponding job completes.