SObjectizer-5 Extra
|
Namespaces | |
errors | |
impl | |
Typedefs | |
using | underlying_counter_t = unsigned int |
Type to be used for limit and counter of inflight messages. More... | |
Functions | |
template<typename Msg_Type > | |
mbox_t | make_mbox (mbox_t dest_mbox, underlying_counter_t inflight_limit) |
Create an instance of inflight_limit_mbox. More... | |
using so_5::extra::mboxes::inflight_limit::underlying_counter_t = typedef unsigned int |
Type to be used for limit and counter of inflight messages.
Definition at line 31 of file inflight_limit.hpp.
mbox_t so_5::extra::mboxes::inflight_limit::make_mbox | ( | mbox_t | dest_mbox, |
underlying_counter_t | inflight_limit | ||
) |
Create an instance of inflight_limit_mbox.
Usage example:
Msg_Type | type of message to be used with a new mbox. |
dest_mbox | Actual destination mbox. |
inflight_limit | The limit of inflight messages. |
Definition at line 525 of file inflight_limit.hpp.