|
SObjectizer 5.8
|
Dispatcher creation and agent binding functions. More...
#include <string>#include <so_5/declspec.hpp>#include <so_5/disp_binder.hpp>#include <so_5/disp/mpsc_queue_traits/pub.hpp>#include <so_5/disp/reuse/work_thread_activity_tracking.hpp>#include <so_5/disp/reuse/work_thread_factory_params.hpp>Go to the source code of this file.
Classes | |
| class | so_5::disp::active_obj::disp_params_t |
| Alias for namespace with traits of event queue. More... | |
| class | so_5::disp::active_obj::dispatcher_handle_t |
| A handle for active_obj dispatcher. More... | |
Namespaces | |
| namespace | so_5 |
| Private part of message limit implementation. | |
| namespace | so_5::disp |
| Event dispatchers. | |
| namespace | so_5::disp::active_obj |
| Active objects dispatcher. | |
| namespace | so_5::disp::active_obj::impl |
| Active objects dispatcher implemetation details. | |
Functions | |
| SO_5_FUNC dispatcher_handle_t | so_5::disp::active_obj::make_dispatcher ( environment_t &env, const std::string_view data_sources_name_base, disp_params_t params) |
| Create an instance of active_obj dispatcher. | |
| dispatcher_handle_t | so_5::disp::active_obj::make_dispatcher (environment_t &env, const std::string_view data_sources_name_base) |
| Create an instance of active_obj dispatcher. | |
| dispatcher_handle_t | so_5::disp::active_obj::make_dispatcher (environment_t &env) |
| Create a private active_obj dispatcher. | |
Dispatcher creation and agent binding functions.
Definition in file active_obj/pub.hpp.