Bitcoin Core 28.99.0
P2P Digital Currency
|
#include <functional>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | util |
Functions | |
void | util::TraceThread (std::string_view thread_name, std::function< void()> thread_func) |
A wrapper for do-something-once thread functions. More... | |