Dobby
3.0
Dobby “Docker based Thingy” is a tool for managing and running OCI containers using crun
|
Public Member Functions | |
AsyncReplyGetter (const std::weak_ptr< DbusConnection > &dbusConnection, uint64_t token) | |
virtual bool | getReply (VariantList &argList) override |
Get reply. More... | |
Private Attributes | |
const std::weak_ptr< DbusConnection > | mDbusConnection |
std::atomic< uint64_t > | mReplyToken |
|
overridevirtual |
Get reply.
@parameter[out] argList This is the return value of the method call
Implements AI_IPC::IAsyncReplyGetter.