alsk/src/alsk/executor/tags.h

15 lines
155 B
C++

#ifndef ALSK_ALSK_EXECUTOR_TAGS_H
#define ALSK_ALSK_EXECUTOR_TAGS_H
namespace alsk {
namespace exec {
namespace tag {
struct Executor {};
}
}
}
#endif