hmbdc
simplify-high-performance-messaging-programming
hmbdc
app
utils
NetContextUtil.hpp
1
#include "hmbdc/Copyright.hpp"
2
#pragma once
3
#include "hmbdc/app/utils/EpollTask.hpp"
4
#include "hmbdc/app/Base.hpp"
5
6
#include <utility>
7
8
namespace
hmbdc
{
namespace
app {
namespace
utils {
9
10
struct
NetContextUtil
{
11
protected
:
12
void
checkEpollTaskInitialization() {
13
utils::EpollTask::initialize();
14
}
15
};
16
}}}
hmbdc::app::utils::NetContextUtil
Definition:
NetContextUtil.hpp:10
hmbdc
Definition:
Base.hpp:12
Generated by
1.8.14