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>
8
9
10namespace asio {
11
26 {
27 public:
28
29 void execute(std::function<void()> callable) override;
30 };
31
32}
#define ASYNCHRONOUSIO_EXPORT
Definition System.h:10
Abstract base class for all asio::ExecutionPolicy derivatives.
An synchronous execution policy.
void execute(std::function< void()> callable) override
Target mlrange_cast(Source arg)
Generic version of checked ML casts.