Skip to content

Commit 56cf637

Browse files
committed
Updated todo
1 parent 29c0815 commit 56cf637

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

TODO.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
1-
## Ideas
2-
- [ ] 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
35

4-
### Submodules (??)
6+
### Submodules
57
- [ ] SUBMODULE(B, A) calls module_register(B) and module_binds_to(A);
68
- [ ] 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))
79
- [ ] destroy children of modules at module deregister
810
- [ ] bind children to parent states (ie: parent paused -> children paused; parent resumed -> children resumed...)
911
- [ ] 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

Comments
 (0)