Skip to content

Commit

Permalink
[skip ci] Doxygen comment for execution_hint_t extended.
Browse files Browse the repository at this point in the history
  • Loading branch information
eao197 committed Sep 7, 2023
1 parent 5035f99 commit 41c8ad5
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions dev/so_5/execution_demand.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,18 @@ struct execution_demand_t
// execution_hint_t
//
/*!
* \since
* v.5.4.0
*
* \brief A hint for a dispatcher for execution of event
* for the concrete execution_demand.
*
* An instance of execution hint can be in two "states":
*
* - holds actual event handler. In that case an invocation of
* exec() method will decrement message limit counter and then
* will call the event handler;
* - empty. In that case an invocation of exec() method will only
* decrement message limit counter and nothing more.
*
* \since v.5.4.0
*/
class execution_hint_t
{
Expand Down

0 comments on commit 41c8ad5

Please sign in to comment.