hmbdc
simplify-high-performance-messaging-programming
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 
11 protected:
12  void checkEpollTaskInitialization() {
13  utils::EpollTask::initialize();
14  }
15 };
16 }}}
Definition: NetContextUtil.hpp:10
Definition: Base.hpp:12