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