2
3
6
7
8
9
10
11
13#include <so_5/stats/impl/ds_mbox_core_stats.hpp>
15#include <so_5/stats/messages.hpp>
16#include <so_5/stats/std_names.hpp>
18#include <so_5/send_functions.hpp>
36 const mbox_t & distribution_mbox )
40 send< messages::quantity< std::size_t > >( distribution_mbox,
41 prefixes::mbox_repository(),
42 suffixes::named_mbox_count(),
43 stats.m_named_mbox_count );
mbox_core_stats_t query_stats()
Get statistics for run-time monitoring.
A data source for distributing information about mbox_core.
ds_mbox_core_stats_t(so_5::impl::mbox_core_t &what)
so_5::impl::mbox_core_t & m_what
void distribute(const mbox_t &distribution_mbox) override
Send appropriate notification about the current value.
Details of SObjectizer run-time implementations.
Internal implementation of run-time monitoring and statistics related stuff.
All stuff related to run-time monitoring and statistics.
Private part of message limit implementation.