Skip to content

Commit 29c0815

Browse files
committed
Updated todo
1 parent 97bdde6 commit 29c0815

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

TODO.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
1-
## 4.1.0
2-
3-
### New features
4-
- [x] Add an API to integrate module loop inside another loop
5-
- [x] modules_get_fd(const char *ctx)
6-
- [x] modules_dispatch(ctx)
7-
- [x] Update Doc
8-
- [x] Avoid waiting undefinitely when calling modules_dispatch if no POLLIN data is ready
9-
10-
### Fixes
11-
- [x] In stack_clear and map_clear, avoid unsetting dtor
12-
- [x] Fixed module_unbecome check (stack_pop return code) that would make it always return MOD_ERR
13-
14-
### Tests
15-
- [x] Add module_unbecome and module_dispatch tests
16-
171
## Ideas
182
- [ ] 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
193

0 commit comments

Comments
 (0)