SObjectizer-5 Extra
|
Namespaces | |
namespace | errors |
namespace | impl |
Typedefs | |
using | underlying_counter_t = unsigned int |
Type to be used for limit and counter of inflight messages. | |
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. | |
using so_5::extra::mboxes::inflight_limit::underlying_counter_t = unsigned int |
Type to be used for limit and counter of inflight messages.
Definition at line 31 of file inflight_limit.hpp.
|
nodiscard |
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 524 of file inflight_limit.hpp.