执行引擎部分代码(未完成)

This commit is contained in:
even 2025-05-17 00:59:27 +08:00
parent ddf3ff7069
commit 69b0c0b765

View File

@ -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发现并处理
} }
} }
} }