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 ExecutorScheduler, or at least the backing implementation of Schedulers.threadPoolForComputation() is needed because:
It allows concurrent execution if used in a pattern other than sequential recursion. In other words, it doesn't protect against misuse: Fix Scheduler Memory Leaks #712 (comment)