#pragma once #include "connection.hpp" #include "thread.hpp" auto ping_thread(Connection& connection) -> void;