Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
220
void AsioDualEvent::WaitForSet(boost::asio::yield_context yc)
221
{
222
m_IsTrue.Wait(std::move(yc));
223
}
224
225
void AsioDualEvent::WaitForClear(boost::asio::yield_context yc)
226
{
Callers
1
ReadLoop
Method · 0.80
Calls
1
Wait
Method · 0.80
Tested by
no test coverage detected