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

Method WaitForSet

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

Source from the content-addressed store, hash-verified

218}
219
220void AsioDualEvent::WaitForSet(boost::asio::yield_context yc)
221{
222 m_IsTrue.Wait(std::move(yc));
223}
224
225void AsioDualEvent::WaitForClear(boost::asio::yield_context yc)
226{

Callers 1

ReadLoopMethod · 0.80

Calls 1

WaitMethod · 0.80

Tested by

no test coverage detected