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

Method AsioEvent

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

Source from the content-addressed store, hash-verified

179}
180
181AsioEvent::AsioEvent(boost::asio::io_context& io, bool init)
182 : m_Timer(io)
183{
184 m_Timer.expires_at(init ? boost::posix_time::neg_infin : boost::posix_time::pos_infin);
185}
186
187void AsioEvent::Set()
188{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected