WebFramework v3.0.12
Web framework for C++.
Loading...
Searching...
No Matches
BaseHeavyOperationStatefulExecutor.cpp
1#include "BaseHeavyOperationStatefulExecutor.h"
2
3using namespace std;
4
5namespace framework
6{
7 BaseExecutor::executorType BaseHeavyOperationStatefulExecutor::getType() const
8 {
9 return executorType::heavyOperationStateful;
10 }
11
16}
virtual executorType getType() const final override
Get executor type.