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

Function HTTPWorkQueueRun

src/rpc/core/httpserver.cpp:354–357  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

352
353/** Simple wrapper to set thread name and run work queue */
354static void HTTPWorkQueueRun(WorkQueue<HTTPClosure>* queue) {
355 RenameThread("coin-httpworker");
356 queue->Run();
357}
358
359/** libevent event log callback */
360static 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