Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Pagghiu/SaneCppLibraries
/ AwaitTaskTimeoutAwaiter
Method
AwaitTaskTimeoutAwaiter
Libraries/Await/Await.cpp:3553–3556 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3551
}
3552
3553
if (not task.isActive())
3554
{
3555
operationResult = task.result();
3556
return false;
3557
}
3558
3559
AwaitTask::Promise& child = task.handle.promise();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected