Commit 1502f32
authored
Implement event handler (#1159)
This PR adds support for subscription and publisher event handlers across native bindings and the JavaScript API, and updates tests and type definitions accordingly.
- Introduce C++ bindings and event handle management in `HandleManager` and `Executor`
- Extend `Node`, `Subscription`, and `Publisher` classes to accept and clean up event callbacks
- Add and adjust tests and type declarations for event handler functionality
Fix: #1142, #4921 parent 0dbe3da commit 1502f32
File tree
16 files changed
+1214
-34
lines changed- lib
- src
- test
- types
- types
16 files changed
+1214
-34
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
| 176 | + | |
176 | 177 | | |
177 | 178 | | |
178 | 179 | | |
| |||
0 commit comments