Stiffstream / sobjectizer

An implementation of Actor, Publish-Subscribe, and CSP models in one rather small C++ framework. With performance, quality, and stability proved by years in the production.

Home Page:https://stiffstream.com/en/products/sobjectizer.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

More information should be added to Doxygen comments for add_(de)reg_notificator methods

eao197 opened this issue · comments

Methods coop_t::add_reg_notificator and coop_t::add_dereg_notificator have very short descriptions in Doxygen comments. Those descriptions need to be extended. Expected prototypes of Lambdas should be described at least. Small examples of how to write your own notificator will be useful too.