single Unsafe
inline fun <T> singleUnsafe(crossinline onSubscribe: (observer: SingleObserver<T>) -> Unit): Single<T>
⚠️ Advanced use only: creates an instance of Single without any safeguards by calling onSubscribe with a SingleObserver.
Please refer to the corresponding RxJava document.