Skip to content

Commit

Permalink
Updated todo
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeDP committed Mar 17, 2019
1 parent 29c0815 commit 56cf637
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
## Ideas
- [ ] 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
## 4.1.1
- [ ] Configure PKGBUILD and docs/conf.py version

## 4.2.0

### Submodules (??)
### Submodules
- [ ] SUBMODULE(B, A) calls module_register(B) and module_binds_to(A);
- [ ] 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))
- [ ] destroy children of modules at module deregister
- [ ] bind children to parent states (ie: parent paused -> children paused; parent resumed -> children resumed...)
- [ ] m_forward -> like m_tell but to all children

## Ideas
- [ ] 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 comments on commit 56cf637

Please sign in to comment.