Extensions for kotlinx.coroutines.experimental.Job

asMono

fun Job.asMono(
    context: CoroutineContext = DefaultDispatcher
): Mono<Unit>

Converts this job to the hot reactive mono that signals with success when the corresponding job completes.