MeVisLab Toolbox Reference
|
An synchronous execution policy. More...
#include <SynchronousExecution.h>
Public Member Functions | |
void | execute (std::function< void()> callable) override |
Public Member Functions inherited from asio::ExecutionPolicy | |
virtual | ~ExecutionPolicy ()=default |
An synchronous execution policy.
This class implements the asio::ExecutionPolicy interface by executing the given callable immediately.
Synopsis:
Definition at line 25 of file SynchronousExecution.h.
Implements asio::ExecutionPolicy.