...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Checks whether the server is alive.
template<
class CompletionToken>
auto
async_ping(
CompletionToken&& token);
» more...
Checks whether the server is alive.
template<
class CompletionToken>
auto
async_ping(
diagnostics& diag,
CompletionToken&& token);
» more...