Dobby
3.0
Dobby “Docker based Thingy” is a tool for managing and running OCI containers using crun
|
A dispatcher interface. More...
#include <IDispatcher.h>
Public Member Functions | |
virtual void | post (std::function< void()> work)=0 |
virtual void | sync ()=0 |
Ensures that anything that was in the queue before the call has been executed before returning. | |
virtual bool | invokedFromDispatcherThread ()=0 |
If it is a threaded dispatcher then the dispatcher thread id, otherwise nullptr. | |
A dispatcher interface.
|
pure virtual |
Post an item of work to be executed.
Implemented in DobbyProxyNotifyDispatcher, and AICommon::ThreadedDispatcher.