MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / NumToOpenWait

Method NumToOpenWait

src/net.cpp:3176–3179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3174}
3175
3176void CConnman::PrivateBroadcast::NumToOpenWait() const
3177{
3178 m_num_to_open.wait(0);
3179}
3180
3181std::optional<Proxy> CConnman::PrivateBroadcast::ProxyForIPv4or6() const
3182{

Callers 1

Calls 1

waitMethod · 0.45

Tested by

no test coverage detected