Dobby
3.0
Dobby “Docker based Thingy” is a tool for managing and running OCI containers using crun
|
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. | |
|
inlineoverridevirtual |
Post an item of work to be executed.
Implements AICommon::IDispatcher.