Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/3rdparty/libprocess
/ awaited
Function
awaited
include/process/future.hpp:1251–1254 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1249
namespace internal {
1250
1251
inline void awaited(Owned<Latch> latch)
1252
{
1253
latch->trigger();
1254
}
1255
1256
} // namespace internal {
1257
Callers
nothing calls this directly
Calls
1
trigger
Method · 0.80
Tested by
no test coverage detected