MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / HTTPWorkQueueRun

Function HTTPWorkQueueRun

src/httpserver.cpp:335–339  ·  view source on GitHub ↗

Simple wrapper to set thread name and run work queue */

Source from the content-addressed store, hash-verified

333
334/** Simple wrapper to set thread name and run work queue */
335static void HTTPWorkQueueRun(WorkQueue<HTTPClosure>* queue)
336{
337 RenameThread("bitcoin-httpworker");
338 queue->Run();
339}
340
341/** libevent event log callback */
342static void libevent_log_cb(int severity, const char *msg)

Callers

nothing calls this directly

Calls 2

RenameThreadFunction · 0.85
RunMethod · 0.45

Tested by

no test coverage detected