![]() |
TrinityCore
|
#include <boost/asio/bind_executor.hpp>
#include <boost/asio/io_context.hpp>
#include <boost/asio/post.hpp>
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) |