#pragma once struct Connection; struct PingThread { static auto start(Connection& connection) -> void; };