| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| figures/ | 22-Oct-2025 | - | ||||
| Readme-EN.md | D | 22-Oct-2025 | 993 | 19 | 16 | |
| common-event-overview.md | D | 22-Oct-2025 | 4.5 KiB | 49 | 33 | |
| common-event-publish.md | D | 22-Oct-2025 | 3.8 KiB | 93 | 67 | |
| common-event-remove-sticky.md | D | 22-Oct-2025 | 2.1 KiB | 55 | 39 | |
| common-event-static-subscription.md | D | 22-Oct-2025 | 9.4 KiB | 173 | 133 | |
| common-event-subscription.md | D | 22-Oct-2025 | 5.1 KiB | 91 | 69 | |
| common-event-unsubscription.md | D | 22-Oct-2025 | 1.9 KiB | 51 | 36 | |
| itc-with-emitter.md | D | 22-Oct-2025 | 4.4 KiB | 97 | 76 | |
| native-common-event-publish.md | D | 22-Oct-2025 | 10.2 KiB | 185 | 145 | |
| native-common-event-subscription.md | D | 22-Oct-2025 | 17.7 KiB | 306 | 253 | |
| native-common-event-unsubscription.md | D | 22-Oct-2025 | 1.8 KiB | 54 | 38 |
Readme-EN.md
1# Process and Thread Communication<!--app-events--> 2 3- Using Common Events for IPC<!--common-event-communication--> 4 - [Common Event Overview](common-event-overview.md) 5 - [Subscribing to Common Events in Dynamic Mode](common-event-subscription.md) 6 <!--Del--> 7 - [Subscribing to Common Events in Static Mode (for System Applications Only)](common-event-static-subscription.md) 8 <!--DelEnd--> 9 - [Unsubscribing from Common Events in Dynamic Mode](common-event-unsubscription.md) 10 - [Publishing Common Events](common-event-publish.md) 11 <!--Del--> 12 - [Removing Sticky Common Events (for System Applications Only)](common-event-remove-sticky.md) 13 <!--DelEnd--> 14 - [Subscribing to Common Events in C](native-common-event-subscription.md) 15 - [Unsubscribing from Common Events in C](native-common-event-unsubscription.md) 16 - [Publishing Common Events in C](native-common-event-publish.md) 17- [Using Emitter for Inter-Thread Communication](itc-with-emitter.md) 18 19