MCPcopy Create free account
hub / github.com/LUX-Core/lux / HTTPWorkQueueRun

Function HTTPWorkQueueRun

src/httpserver.cpp:332–336  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

330
331/** Simple wrapper to set thread name and run work queue */
332static void HTTPWorkQueueRun(WorkQueue<HTTPClosure>* queue)
333{
334 RenameThread("bitcoin-httpworker");
335 queue->Run();
336}
337
338/** libevent event log callback */
339static 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