You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[ ] Let contexts talk together? Eg: broadcast(msg, bool global) to send a message to all modules in every context; module_publish message in another context? etc etc
1
+
## 4.1.1
2
+
-[ ] Configure PKGBUILD and docs/conf.py version
3
+
4
+
## 4.2.0
3
5
4
-
### Submodules (??)
6
+
### Submodules
5
7
-[ ] SUBMODULE(B, A) calls module_register(B) and module_binds_to(A);
6
8
-[ ] SUBMODULE SHOULD BE STARTED later (after all MODULES) -> ctor3 (this way it'll support only level 1 submodules though (ie: a submodule cannot have submodules))
7
9
-[ ] destroy children of modules at module deregister
8
10
-[ ] bind children to parent states (ie: parent paused -> children paused; parent resumed -> children resumed...)
9
11
-[ ] m_forward -> like m_tell but to all children
12
+
13
+
## Ideas
14
+
-[ ] Let contexts talk together? Eg: broadcast(msg, bool global) to send a message to all modules in every context; module_publish message in another context? etc etc
0 commit comments