Skip to content

Commit

Permalink
Add missing change in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
NEZNAMY committed Jun 11, 2022
1 parent dffac5d commit e1c152d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions shared/src/main/java/me/neznamy/tab/shared/CpuManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -385,4 +385,8 @@ public Future<?> runTaskLater(int delayMilliseconds, TabFeature feature, String
return null;
}
}

public ThreadPoolExecutor getThreadPool() {
return threadPool;
}
}

0 comments on commit e1c152d

Please sign in to comment.