MCPcopy Create free account
hub / github.com/Icinga/icinga2 / NotifyOne

Method NotifyOne

lib/base/io-engine.cpp:242–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240}
241
242bool AsioConditionVariable::NotifyOne()
243{
244 return m_Timer.cancel_one();
245}
246
247size_t AsioConditionVariable::NotifyAll()
248{

Callers 1

DoneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected