completable Unsafe
inline fun completableUnsafe(crossinline onSubscribe: (observer: CompletableObserver) -> Unit): Completable
⚠️ Advanced use only: creates an instance of Completable without any safeguards by calling onSubscribe with a CompletableObserver.
Please refer to the corresponding RxJava document.