Dobby 3.0
Dobby “Docker based Thingy” is a tool for managing and running OCI containers using crun
Loading...
Searching...
No Matches
Public Member Functions | Private Member Functions | Private Attributes | List of all members
DobbyThreadedAsyncResult Class Reference
Inheritance diagram for DobbyThreadedAsyncResult:
Inheritance graph
[legend]
Collaboration diagram for DobbyThreadedAsyncResult:
Collaboration graph
[legend]

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
 

Member Function Documentation

◆ getResult()

bool DobbyThreadedAsyncResult::getResult ( )
inlineoverridevirtual

The documentation for this class was generated from the following file: