cosmetic: comments

This commit is contained in:
Roland Conybeare 2023-10-10 13:07:04 -04:00
commit 5b8f2b6d74

View file

@ -65,7 +65,9 @@ namespace xo {
* RemoveCallback: deferred CallbackSet<Fn>::remove_callback(.fn)
*/
CbsetCmdEnum cmd_ = AddCallback;
/* operate on callback with this id */
CallbackId id_;
/* callback function to add/remove */
Fn fn_;
}; /*ReentrantCbsetCmd*/