You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Schedulers.io() scheduler will now cache threads again due to the work in #1140. There is also a new ExecutorScheduler that you can access using Schedulers.from(Executor).
What should i use for thread pool execution in new api?
For example all http request in android recommended to be executed on cached thread pool.
The text was updated successfully, but these errors were encountered: