Or rather, is there a way to impose that limit on ...
# rx
u
Or rather, is there a way to impose that limit on io() scheduler other than flatmaping? what if I have just a straight observable
Copy code
Observable.fromCallable { downloadFile() }
  .subscribeOn(<http://Schedulers.io|Schedulers.io>())
  .subscribe { .. }