![]() |
TrinityCore
|
Namespaces | |
namespace | Impl |
Classes | |
class | AsExpected |
struct | AsExpectedFn |
class | DeadlineTimer |
class | IoContext |
class | Strand |
Functions | |
template<typename T > | |
decltype(auto) | post (boost::asio::io_context &ioContext, T &&t) |
template<typename T > | |
decltype(auto) | post (boost::asio::io_context::executor_type &executor, T &&t) |
template<typename T > | |
decltype(auto) | get_io_context (T &&ioObject) |
template<typename T > | |
decltype(auto) | post (boost::asio::io_context::strand &strand, T &&t) |
Variables | |
constexpr AsExpectedFn | as_expected |
|
inline |
|
inline |
Definition at line 54 of file IoContext.h.
|
inline |
Definition at line 60 of file IoContext.h.
|
inline |
|
inlineconstexpr |
A function object that adapts a completion_token to specify that the completion handler arguments should be combined into a single boost::outcome_v2::result
argument.
May also be used directly as a completion token, in which case it adapts the asynchronous operation's default completion token (or boost::asio::deferred if no default is available).
Definition at line 108 of file ExpectedCompletionHandler.h.