Dobby 3.0
Dobby “Docker based Thingy” is a tool for managing and running OCI containers using crun
|
Public Member Functions | |
DobbyThreadedAsyncResult (const std::string &name, const std::function< bool()> &func) | |
bool | getResult () override |
Private Member Functions | |
void | threadWrapper () |
Private Attributes | |
const std::function< bool()> | mFunction |
std::string | mThreadName |
std::thread | mThread |
bool | mResult |
|
inlineoverridevirtual |
Implements IDobbyAsyncResultPrivate.