执行引擎部分代码(未完成)
This commit is contained in:
parent
ddf3ff7069
commit
69b0c0b765
@ -37,7 +37,8 @@ public class SerialDispatcher implements BaseDispatcher {
|
|||||||
dispatch();
|
dispatch();
|
||||||
latch.countDown();
|
latch.countDown();
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
throw new RuntimeException(e);
|
// throw new RuntimeException(e);
|
||||||
|
// TODO 当前stage标记为失败等待父context发现并处理
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user