Wraps a Flowable instance into a Flux instance, composing the micro-fusion properties of the Flowable through.
fun <T> Flowable<T>.toFlux(): Flux<T>