Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
any_connection::async_ping

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...

PrevUpHomeNext