SObjectizer  5.8
Loading...
Searching...
No Matches
so_5::timers_details Namespace Reference

Timers implementation details. More...

Classes

class  actual_manager_t
 An actual implementation of timer_manager. More...
 
class  actual_thread_t
 An actual implementation of timer thread. More...
 
class  actual_timer_t
 An actual implementation of timer interface. More...
 
class  timer_action_for_timer_manager_t
 A functor to be used as timer action in implementation of timer thread. More...
 
class  timer_action_for_timer_thread_t
 A functor to be used as timer action in implementation of timer thread. More...
 

Typedefs

using error_logger_for_timertt_t = std::function< void(const std::string &) >
 Type of error_logger for timertt stuff.
 
using exception_handler_for_timertt_t
 Type of actor_exception_handler for timertt stuff.
 
Short synonyms for timertt templates.
using timer_wheel_thread_t
 timer_wheel thread type.
 
using timer_heap_thread_t
 timer_heap thread type.
 
using timer_list_thread_t
 timer_list thread type.
 
using timer_wheel_manager_t
 timer_wheel manager type.
 
using timer_heap_manager_t
 timer_heap manager type.
 
using timer_list_manager_t
 timer_list manager type.
 

Functions

error_logger_for_timertt_t create_error_logger_for_timertt (const error_logger_shptr_t &logger)
 
exception_handler_for_timertt_t create_exception_handler_for_timertt_thread (const error_logger_shptr_t &logger)
 
exception_handler_for_timertt_t create_exception_handler_for_timertt_manager (const error_logger_shptr_t &logger)
 

Detailed Description

Timers implementation details.

Since
v.5.5.0

Typedef Documentation

◆ error_logger_for_timertt_t

using so_5::timers_details::error_logger_for_timertt_t = std::function< void(const std::string &) >

Type of error_logger for timertt stuff.

Since
v.5.5.0

Definition at line 356 of file timers.cpp.

◆ exception_handler_for_timertt_t

Initial value:
std::function< void(const std::exception &) >

Type of actor_exception_handler for timertt stuff.

Since
v.5.5.0

Definition at line 395 of file timers.cpp.

◆ timer_heap_manager_t

Initial value:
timer_action_for_timer_manager_t,
std::function< void(const std::string &) > error_logger_for_timertt_t
Type of error_logger for timertt stuff.
Definition timers.cpp:356
std::function< void(const std::exception &) > exception_handler_for_timertt_t
Type of actor_exception_handler for timertt stuff.
Definition timers.cpp:395
Indicator for not-thread-safe implementation.

timer_heap manager type.

Definition at line 471 of file timers.cpp.

◆ timer_heap_thread_t

Initial value:

timer_heap thread type.

Definition at line 452 of file timers.cpp.

◆ timer_list_manager_t

◆ timer_list_thread_t

Initial value:

timer_list thread type.

Definition at line 458 of file timers.cpp.

◆ timer_wheel_manager_t

Initial value:

timer_wheel manager type.

Definition at line 464 of file timers.cpp.

◆ timer_wheel_thread_t

Initial value:

timer_wheel thread type.

Definition at line 446 of file timers.cpp.

Function Documentation

◆ create_error_logger_for_timertt()

error_logger_for_timertt_t so_5::timers_details::create_error_logger_for_timertt ( const error_logger_shptr_t & logger)

Definition at line 368 of file timers.cpp.

◆ create_exception_handler_for_timertt_manager()

exception_handler_for_timertt_t so_5::timers_details::create_exception_handler_for_timertt_manager ( const error_logger_shptr_t & logger)

Definition at line 423 of file timers.cpp.

◆ create_exception_handler_for_timertt_thread()

exception_handler_for_timertt_t so_5::timers_details::create_exception_handler_for_timertt_thread ( const error_logger_shptr_t & logger)

Definition at line 408 of file timers.cpp.