TrinityCore
IoContext.h File Reference
#include <boost/asio/bind_executor.hpp>
#include <boost/asio/io_context.hpp>
#include <boost/asio/post.hpp>
+ Include dependency graph for IoContext.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Trinity::Asio::IoContext
 

Namespaces

namespace  Trinity
 
namespace  Trinity::Asio
 

Functions

template<typename T >
decltype(auto) Trinity::Asio::post (boost::asio::io_context &ioContext, T &&t)
 
template<typename T >
decltype(auto) Trinity::Asio::post (boost::asio::io_context::executor_type &executor, T &&t)
 
template<typename T >
decltype(auto) Trinity::Asio::get_io_context (T &&ioObject)