Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Pagghiu/SaneCppLibraries
/ await_ready
Method
await_ready
Libraries/Await/Await.cpp:703–703 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
701
}
702
703
bool AwaitTask::await_ready() const { return not isActive(); }
704
705
bool AwaitTask::await_suspend(Handle parent)
706
{
Callers
nothing calls this directly
Calls
1
isActive
Method · 0.45
Tested by
no test coverage detected