This commit is contained in:
Redkale
2021-01-09 14:53:12 +08:00
parent 1982c984ee
commit ac261533c3

View File

@@ -80,4 +80,8 @@ public class ThreadHashExecutor {
public boolean isShutdown() {
return this.executors[0].isShutdown();
}
public int size() {
return executors.length;
}
}