MeVisLab Toolbox Reference
SynchronousExecution.h
Go to the documentation of this file.
1 // Copyright (c) Fraunhofer MEVIS, Germany. All rights reserved.
2 // **InsertLicense** code
3 
4 #pragma once
5 
6 #include <asio/System.h>
7 #include <asio/ExecutionPolicy.h>
8 
9 
10 namespace asio {
11 
26  {
27  public:
28 
29  void execute(std::function<void()> callable) override;
30  };
31 
32 }
#define ASYNCHRONOUSIO_EXPORT
Definition: System.h:9
Abstract base class for all asio::ExecutionPolicy derivatives.
An synchronous execution policy.
void execute(std::function< void()> callable) override