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

Method AsioConditionVariable

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

Source from the content-addressed store, hash-verified

228}
229
230AsioConditionVariable::AsioConditionVariable(boost::asio::io_context& io)
231 : m_Timer(io)
232{
233 m_Timer.expires_at(decltype(m_Timer)::clock_type::time_point::max());
234}
235
236void AsioConditionVariable::Wait(boost::asio::yield_context yc)
237{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected