|
SObjectizer 5.8
|
Functions for creating and binding of the single thread dispatcher that provides noexcept guarantee for scheduling evt_finish demand. More...
#include <so_5/disp/nef_one_thread/pub.hpp>#include <so_5/disp/reuse/actual_work_thread_factory_to_use.hpp>#include <so_5/disp/reuse/data_source_prefix_helpers.hpp>#include <so_5/disp/reuse/make_actual_dispatcher.hpp>#include <so_5/impl/thread_join_stuff.hpp>#include <so_5/stats/repository.hpp>#include <so_5/stats/messages.hpp>#include <so_5/stats/std_names.hpp>#include <so_5/send_functions.hpp>Go to the source code of this file.
Namespaces | |
| namespace | so_5 |
| Private part of message limit implementation. | |
| namespace | so_5::disp |
| Event dispatchers. | |
| namespace | so_5::disp::nef_one_thread |
| namespace | so_5::disp::nef_one_thread::impl |
| namespace | so_5::disp::nef_one_thread::impl::work_thread_details |
Typedefs | |
| using | so_5::disp::nef_one_thread::impl::demand_unique_ptr_t = std::unique_ptr< demand_t > |
| An alias for unique_ptr to demand. | |
| using | so_5::disp::nef_one_thread::impl::work_thread_no_activity_tracking_t |
| using | so_5::disp::nef_one_thread::impl::work_thread_with_activity_tracking_t |
Functions | |
| void | so_5::disp::nef_one_thread::impl::send_thread_activity_stats (const so_5::mbox_t &, const stats::prefix_t &, work_thread_no_activity_tracking_t &) |
| SO_5_FUNC dispatcher_handle_t | so_5::disp::nef_one_thread::make_dispatcher ( environment_t &env, const std::string_view data_sources_name_base, disp_params_t params) |
| Create an instance of nef_one_thread dispatcher. | |
Functions for creating and binding of the single thread dispatcher that provides noexcept guarantee for scheduling evt_finish demand.
Definition in file nef_one_thread/pub.cpp.