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
Copy file name to clipboardExpand all lines: TODO.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,7 @@
10
10
-[ ] Properly fixup M_MOD_CONSUME_TOKEN() to only be called by external API (ie: user visible)
11
11
12
12
### Src
13
-
-[x] add an M_SRC_FORCE flag to register_mod_src to force register a src even if the same is already existing (deregistering the old one)?
14
13
-[x] double check m_bst_insert/remove usage in src API + add unit tests!
15
-
-[ ] Impl M_SRC_FORCE for topic too?
16
-
-[ ] add a poll_refresh_src API that calls: epoll_ctl with EPOLL_CTL_MOD, or kqueue ADD to refresh an event trigger, instead of removing and adding back the event
17
14
18
15
#### Ctx
19
16
-[ ] use pthread_setname_np() to store each context thread name (max 16chars len; drop ctx->name field) ?
0 commit comments