#pragma once
#include "connection.hpp"
#include "event.hpp"
struct PingThread
{
static auto start(Connection& connection) -> void;
};