WebFramework v3.0.12
Web framework for C++.
Loading...
Searching...
No Matches
BaseStatelessExecutor.cpp
1#include "BaseStatelessExecutor.h"
2
3namespace framework
4{
5 BaseExecutor::executorType BaseStatelessExecutor::getType() const
6 {
7 return executorType::stateless;
8 }
9
11 {
12
13 }
14}
virtual executorType getType() const final override
Get executor type.
virtual void destroy() final override
Stateless executors can't call destroy method.