Star767
4993
代码介绍
代码
Issues1667
Pull Requests1786
流水线
Actions
讨论
Wiki
项目成员906
分析
项目设置
Star767
4993
  1. docs
  2. /
  3. zh-cn
  4. /
  5. application-dev
  6. /
  7. basic-services
  8. /
  9. common-event
stepend98stepend98改善事件ArkTS API参考知识点完整性和语言描述清晰性
cd0fd194创建于 2025年4月24日历史提交
文件最后提交记录最后更新时间
figures
修改emit资料1 年前
Readme-CN.md
Readme的父节点中补充uplpath注释1 年前
common-event-overview.md
cherry pick 4cfeed6 from https://gitee.com/zhaobaoxin1/docs/pulls/671931 年前
common-event-publish.md
update1 年前
common-event-remove-sticky.md
update1 年前
common-event-static-subscription.md
fix docs, add some description1 年前
common-event-subscription.md
fix common event docs1 年前
common-event-unsubscription.md
update1 年前
itc-with-emitter.md
改善事件ArkTS API参考知识点完整性和语言描述清晰性1 年前
Readme-CN.md

进程线程通信

  • 使用公共事件进行进程间通信
    • 公共事件简介
    • 动态订阅公共事件
    • 静态订阅公共事件(仅对系统应用开放)
    • 取消动态订阅公共事件
    • 发布公共事件
    • 移除粘性公共事件(仅对系统应用开放)
  • 使用Emitter进行线程间通信