We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6a029a commit b9dbdb2Copy full SHA for b9dbdb2
src/main/java/com/pivovarit/collectors/Dispatcher.java
@@ -65,6 +65,7 @@ void start() {
65
task.run();
66
} catch (InterruptedException e) {
67
Thread.currentThread().interrupt();
68
+ handle(e);
69
throw new RuntimeException(e);
70
} finally {
71
limiter.release();
0 commit comments