SObjectizer  5.5
Functions
so_5::disp::one_thread::internals Namespace Reference

Functions

disp_binder_unique_ptr_t create_binder_for_specific_dispatcher ( so_5::dispatcher_t &dispatcher)
 Create binder for a specific dispatcher instance. More...
 

Function Documentation

◆ create_binder_for_specific_dispatcher()

disp_binder_unique_ptr_t so_5::disp::one_thread::internals::create_binder_for_specific_dispatcher ( so_5::dispatcher_t dispatcher)

Create binder for a specific dispatcher instance.

Note
This function is intended for internal use only.
Attention
A dispatcher must be instance of one_thread dispatcher. An exception will be thrown otherwise.
A dispatcher must outlive the binder returned.
Since
v.5.5.19
Parameters
dispatcherA dispatcher to be used for binding of new agents.