We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bfa6c0 commit 879d60fCopy full SHA for 879d60f
src/main/java/io/reactivex/internal/schedulers/IoScheduler.java
@@ -210,12 +210,6 @@ public void dispose() {
210
tasks.dispose();
211
212
// releasing the pool should be the last action
213
- // should prevent pool reuse in case there is a blocking
214
- // action not responding to cancellation
215
-// threadWorker.scheduleDirect(() -> {
216
-// pool.release(threadWorker);
217
-// }, 0, TimeUnit.MILLISECONDS);
218
-
219
pool.release(threadWorker);
220
}
221
0 commit comments