| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| figures/ | 22-Oct-2025 | - | ||||
| Readme-CN.md | D | 22-Oct-2025 | 900 | 17 | 16 | |
| common-event-overview.md | D | 22-Oct-2025 | 4.2 KiB | 48 | 33 | |
| common-event-publish.md | D | 22-Oct-2025 | 3.6 KiB | 93 | 67 | |
| common-event-remove-sticky.md | D | 22-Oct-2025 | 2 KiB | 56 | 39 | |
| common-event-static-subscription.md | D | 22-Oct-2025 | 9.6 KiB | 180 | 136 | |
| common-event-subscription.md | D | 22-Oct-2025 | 4.6 KiB | 90 | 69 | |
| common-event-unsubscription.md | D | 22-Oct-2025 | 1.7 KiB | 51 | 36 | |
| itc-with-emitter.md | D | 22-Oct-2025 | 4 KiB | 97 | 76 | |
| native-common-event-publish.md | D | 22-Oct-2025 | 9.7 KiB | 184 | 145 | |
| native-common-event-subscription.md | D | 22-Oct-2025 | 17.3 KiB | 312 | 256 | |
| native-common-event-unsubscription.md | D | 22-Oct-2025 | 1.7 KiB | 53 | 38 |
Readme-CN.md
1# 进程线程通信<!--app-events--> 2 3- 使用公共事件进行进程间通信<!--common-event-communication--> 4 - [公共事件简介](common-event-overview.md) 5 - [动态订阅公共事件](common-event-subscription.md) 6 <!--Del--> 7 - [静态订阅公共事件(仅对系统应用开放)](common-event-static-subscription.md) 8 <!--DelEnd--> 9 - [取消动态订阅公共事件](common-event-unsubscription.md) 10 - [发布公共事件](common-event-publish.md) 11 <!--Del--> 12 - [移除粘性公共事件(仅对系统应用开放)](common-event-remove-sticky.md) 13 <!--DelEnd--> 14 - [订阅公共事件(C/C++)](native-common-event-subscription.md) 15 - [取消订阅公共事件(C/C++)](native-common-event-unsubscription.md) 16 - [发布公共事件(C/C++)](native-common-event-publish.md) 17- [使用Emitter进行线程间通信](itc-with-emitter.md)