![]() |
MySQL 9.7.0
Source Code Documentation
|
#include <task_control.h>
Public Member Functions | |
| template<typename... Args> | |
| TaskControl (Args &&...args) | |
| void | task_suspend () |
| void | task_resume () |
| void | start () override |
| void | stop () override |
Private Types | |
| template<typename StateType > | |
| using | WaitableVariable = mysql_harness::utility::WaitableVariable< StateType > |
Private Attributes | |
| WaitableVariable< State > | state_ {k_stateInitialize} |
|
private |
|
inline |
|
inlineoverride |
|
inlineoverride |
|
inline |
|
inline |
|
private |