mirror of
https://gitee.com/jd-platform-opensource/asyncTool.git
synced 2026-03-22 04:27:15 +08:00
添加getDependWrapper方法
This commit is contained in:
@@ -432,6 +432,9 @@ public class WorkerWrapper<T, V> {
|
||||
return workResult;
|
||||
}
|
||||
|
||||
public List<DependWrapper> getDependWrappers() {
|
||||
return dependWrappers;
|
||||
}
|
||||
|
||||
private int getState() {
|
||||
return state.get();
|
||||
|
||||
Reference in New Issue
Block a user