Bitcoin ABC  0.28.12
P2P Digital Currency
Namespaces | Functions
thread.h File Reference
#include <functional>
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 (const char *thread_name, std::function< void()> thread_func)
 A wrapper for do-something-once thread functions. More...