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