Bitcoin Core  27.99.0
P2P Digital Currency
Namespaces | Functions
thread.h File Reference
#include <functional>
#include <string>
Include dependency graph for thread.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 util
 

Functions

void util::TraceThread (std::string_view thread_name, std::function< void()> thread_func)
 A wrapper for do-something-once thread functions. More...