Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Icinga/icinga2
/ WaitForClear
Method
WaitForClear
lib/base/io-engine.cpp:225–228 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
223
}
224
225
void AsioDualEvent::WaitForClear(boost::asio::yield_context yc)
226
{
227
m_IsFalse.Wait(std::move(yc));
228
}
229
230
AsioConditionVariable::AsioConditionVariable(boost::asio::io_context& io)
231
: m_Timer(io)
Callers
1
Connect
Method · 0.80
Calls
1
Wait
Method · 0.80
Tested by
no test coverage detected