5#ifndef BITCOIN_UTIL_THREAD_H
6#define BITCOIN_UTIL_THREAD_H
void TraceThread(std::string_view thread_name, std::function< void()> thread_func)
A wrapper for do-something-once thread functions.
constexpr auto Ticks(Dur2 d)
Helper to count the seconds of a duration/time_point.