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

Method WakeMessageHandler

src/net.cpp:1462–1469  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1460}
1461
1462void CConnman::WakeMessageHandler()
1463{
1464 {
1465 std::lock_guard<std::mutex> lock(mutexMsgProc);
1466 fMsgProcWake = true;
1467 }
1468 condMsgProc.notify_one();
1469}
1470
1471
1472

Callers 1

UpdatedBlockTipMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected