|
SObjectizer
5.5
|
Various reusable stuff which can be used in implementation of single-threaded environment infrastructures. More...
Namespaces | |
| impl | |
| Implementation details. | |
Classes | |
| class | actual_elapsed_timers_collector_t |
| Implementation of elapsed_timers_collector interface. More... | |
| class | coop_repo_t |
| Implementation of coop_repository for single-threaded environment infrastructure. More... | |
| class | default_disp_binder_t |
| An implementation of disp_binder interface for default dispatcher for this environment infrastructure. More... | |
| class | default_disp_impl_basis_t |
| A basic part of implementation of dispatcher interface to be used in places where default dispatcher is needed. More... | |
| class | default_disp_impl_t |
| An implementation of dispatcher interface to be used in places where default dispatcher is needed. More... | |
| class | direct_delivery_elapsed_timers_collector_t |
| Implementation of elapsed_timers_collector interface which is not multi-thread safe. More... | |
| struct | fake_activity_tracker_t |
| An implementation of work thread activity tracking stuff for the case when activity tracking is not used. More... | |
| class | real_activity_tracker_t |
| An implementation of work thread activity tracking stuff for the case when activity tracking is used. More... | |
| class | stats_controller_t |
| Implementation of stats_controller for that type of single-threaded environment. More... | |
Enumerations | |
| enum | shutdown_status_t { shutdown_status_t::not_started, shutdown_status_t::must_be_started, shutdown_status_t::in_progress, shutdown_status_t::completed } |
| A short name for namespace with run-time stats stuff. More... | |
Functions | |
| void | send_thread_activity_stats (const mbox_t &, const stats::prefix_t &, const current_thread_id_t &, fake_activity_tracker_t &) |
| void | send_thread_activity_stats (const so_5::mbox_t &mbox, const stats::prefix_t &prefix, const current_thread_id_t &thread_id, real_activity_tracker_t &activity_tracker) |
Various reusable stuff which can be used in implementation of single-threaded environment infrastructures.
A short name for namespace with run-time stats stuff.
Status of shutdown procedure.
|
inline |
|
inline |
1.8.14