From 62d3105273f5af6515980953031458bc52f4d34a Mon Sep 17 00:00:00 2001 From: bandl <1658002533@qq.com> Date: Wed, 10 Nov 2021 17:38:20 +0800 Subject: [PATCH] doc(event): add event2.0 doc --- doc/_icon/event.svg | 3 +++ doc/pkg/event/事件驱动2.0文档.md | 13 +++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 doc/_icon/event.svg create mode 100644 doc/pkg/event/事件驱动2.0文档.md diff --git a/doc/_icon/event.svg b/doc/_icon/event.svg new file mode 100644 index 0000000..e1de32f --- /dev/null +++ b/doc/_icon/event.svg @@ -0,0 +1,3 @@ + + +event 2.0
回执通道
回执通道
1
1
2
2
2 级挂起操作
2 级挂起操作
1 级访问通道
1 级访问通道
优先执行
优先执行
3
3
对外挂起
对外挂起
执行回执
执行回执
Viewer does not support full SVG 1.1
\ No newline at end of file diff --git a/doc/pkg/event/事件驱动2.0文档.md b/doc/pkg/event/事件驱动2.0文档.md new file mode 100644 index 0000000..afd53be --- /dev/null +++ b/doc/pkg/event/事件驱动2.0文档.md @@ -0,0 +1,13 @@ +### 事件驱动 2.0 + +### event 1.0 存在的问题 +事件驱动 1.0 在 相互关联访问时,会发生 死锁问题, 导致一个事件执行周期失败 + +### event 2.0 新特性 +- 异步事件支持 +- 挂起操作 + + +### event 2.0 设计图 +![](../../_icon/event.svg) +