#ifndef THREAD_HPP_ #define THREAD_HPP_ #include void testThread(const std::string message, const std::chrono::milliseconds duration); #endif // #ifndef THREAD_HPP_