添加getDependWrapper方法

This commit is contained in:
wuweifeng10
2022-01-11 17:39:54 +08:00
parent 22388ae880
commit b868723497

View File

@@ -432,6 +432,9 @@ public class WorkerWrapper<T, V> {
return workResult;
}
public List<DependWrapper> getDependWrappers() {
return dependWrappers;
}
private int getState() {
return state.get();