SObjectizer
5.5
|
Functions for creating and binding of the single thread dispatcher. More...
#include <so_5/declspec.hpp>
#include <so_5/disp_binder.hpp>
#include <so_5/nonempty_name.hpp>
#include <so_5/disp/one_thread/params.hpp>
#include <string_view>
Go to the source code of this file.
Classes | |
class | so_5::disp::one_thread::dispatcher_handle_t |
A handle for one_thread dispatcher. More... | |
Namespaces | |
so_5 | |
Public part of message limit implementation. | |
so_5::disp | |
Event dispatchers. | |
so_5::disp::one_thread | |
Dispatcher with single working thread. | |
so_5::disp::one_thread::impl | |
Implementation details for dispatcher with single working thread. | |
Functions | |
SO_5_FUNC dispatcher_handle_t | so_5::disp::one_thread::make_dispatcher ( environment_t &env, const std::string_view data_sources_name_base, disp_params_t params) |
Create an instance of one_thread dispatcher. More... | |
dispatcher_handle_t | so_5::disp::one_thread::make_dispatcher (environment_t &env, const std::string_view data_sources_name_base) |
Create an instance of one_thread dispatcher. More... | |
dispatcher_handle_t | so_5::disp::one_thread::make_dispatcher (environment_t &env) |
Create an instance of one_thread dispatcher. More... | |
Functions for creating and binding of the single thread dispatcher.