MCPcopy Create free account
hub / github.com/PurpleI2P/i2pd / Wait

Method Wait

libi2pd/Queue.h:69–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 }
68
69 void Wait ()
70 {
71 std::unique_lock<std::mutex> l(m_QueueMutex);
72 m_NonEmpty.wait (l);
73 }
74
75 bool Wait (int sec, int usec)
76 {

Callers 4

RunMethod · 0.80
RunMethod · 0.80
RunMethod · 0.80
RunMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected