RESTinio
|
Wrapper for an executor (strand) used by connections. More...
#include <executor_wrapper.hpp>
Public Member Functions | |
template<typename Init_Executor > | |
executor_wrapper_t (Init_Executor &&init_executor) | |
virtual | ~executor_wrapper_t ()=default |
Executor & | get_executor () noexcept |
An executor for callbacks on async operations. More... | |
Private Attributes | |
Executor | m_executor |
Sync object for connection events. More... | |
Wrapper for an executor (strand) used by connections.
Definition at line 24 of file executor_wrapper.hpp.
|
inline |
Definition at line 28 of file executor_wrapper.hpp.
|
virtualdefault |
|
inlinenoexcept |
An executor for callbacks on async operations.
Definition at line 35 of file executor_wrapper.hpp.
|
private |
Sync object for connection events.
Definition at line 39 of file executor_wrapper.hpp.