maybe something like `Single.just(it).delay(3000,M...
# rx
t
maybe something like
Single.just(it).delay(3000,MILLIS).map { throw it }.subscribe()
?