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)