|
SObjectizer
5.8
|
Timers and tools for working with timers. More...
#include <so_5/details/abort_on_fatal_error.hpp>#include <so_5/impl/mbox_iface_for_timers.hpp>#include <so_5/timers.hpp>#include <so_5/3rd_party/timertt/all.hpp>Go to the source code of this file.
Classes | |
| class | so_5::timers_details::actual_timer_t< Timer > |
| An actual implementation of timer interface. More... | |
| class | so_5::timers_details::timer_action_for_timer_thread_t |
| A functor to be used as timer action in implementation of timer thread. More... | |
| class | so_5::timers_details::actual_thread_t< Timer_Thread > |
| An actual implementation of timer thread. More... | |
| class | so_5::timers_details::timer_action_for_timer_manager_t |
| A functor to be used as timer action in implementation of timer thread. More... | |
| class | so_5::timers_details::actual_manager_t< Timer_Manager > |
| An actual implementation of timer_manager. More... | |
Namespaces | |
| namespace | so_5 |
| Private part of message limit implementation. | |
| namespace | so_5::timers_details |
| Timers implementation details. | |
Typedefs | |
| using | so_5::timers_details::error_logger_for_timertt_t = std::function< void(const std::string &) > |
| Type of error_logger for timertt stuff. | |
| using | so_5::timers_details::exception_handler_for_timertt_t |
| Type of actor_exception_handler for timertt stuff. | |
Short synonyms for timertt templates. | |
| using | so_5::timers_details::timer_wheel_thread_t |
| timer_wheel thread type. | |
| using | so_5::timers_details::timer_heap_thread_t |
| timer_heap thread type. | |
| using | so_5::timers_details::timer_list_thread_t |
| timer_list thread type. | |
| using | so_5::timers_details::timer_wheel_manager_t |
| timer_wheel manager type. | |
| using | so_5::timers_details::timer_heap_manager_t |
| timer_heap manager type. | |
| using | so_5::timers_details::timer_list_manager_t |
| timer_list manager type. | |