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

Public Member Functions

void post (std::function< void()> work) override
 
void sync () override
 Ensures that anything that was in the queue before the call has been executed before returning.
 
bool invokedFromDispatcherThread () override
 If it is a threaded dispatcher then the dispatcher thread id, otherwise nullptr.
 

Member Function Documentation

◆ post()

void DobbyProxyNotifyDispatcher::post ( std::function< void()>  work)
inlineoverridevirtual

Post an item of work to be executed.

Implements AICommon::IDispatcher.


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