#include <actionthread.hpp>
|
static constexpr bool | is_thread_safe () |
| Delegates call to RCImpl and returns the result.
|
|
Definition at line 24 of file actionthread.hpp.
◆ Ptr
◆ ActionThread()
openvpn::ActionThread::ActionThread |
( |
openvpn_io::io_context & |
io_context_arg, |
|
|
const ActionList::Ptr & |
action_list, |
|
|
Notify * |
completion_handler_arg |
|
) |
| |
|
inline |
◆ ~ActionThread()
virtual openvpn::ActionThread::~ActionThread |
( |
| ) |
|
|
inlinevirtual |
◆ completion_post()
void openvpn::ActionThread::completion_post |
( |
bool |
status | ) |
|
|
inlineprivate |
◆ stop()
void openvpn::ActionThread::stop |
( |
const bool |
halt | ) |
|
|
inline |
◆ thread_func()
void openvpn::ActionThread::thread_func |
( |
| ) |
|
|
inlineprivate |
◆ actions
◆ completion_handler
Notify* openvpn::ActionThread::completion_handler |
|
private |
◆ io_context
openvpn_io::io_context& openvpn::ActionThread::io_context |
|
private |
◆ logwrap
◆ thread
std::thread* openvpn::ActionThread::thread |
|
private |
The documentation for this class was generated from the following file: