Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Pagghiu/SaneCppLibraries
/ isValid
Method
isValid
Libraries/Await/Await.cpp:649–649 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
647
}
648
649
bool AwaitTask::isValid() const { return handle != nullptr; }
650
651
bool AwaitTask::isStarted() const { return handle and handle.promise().started; }
652
Callers
15
asyncServerAcceptIntegration
Method · 0.45
asyncClientConnectIntegration
Method · 0.45
onConnected
Method · 0.45
sendAfterUpgrade
Method · 0.45
cleanup
Method · 0.45
asyncServerKeepsUpgradedConnectionAlive
Method · 0.45
asyncServerReleasesUpgradedConnectionOnClientClose
Method · 0.45
asyncServerBroadcastReachesUpgradedClient
Method · 0.45
attach
Method · 0.45
detach
Method · 0.45
onStreamEnd
Method · 0.45
asyncDestroyReadable
Method · 0.45
Calls
no outgoing calls
Tested by
15
asyncServerAcceptIntegration
Method · 0.36
asyncClientConnectIntegration
Method · 0.36
onConnected
Method · 0.36
sendAfterUpgrade
Method · 0.36
cleanup
Method · 0.36
asyncServerKeepsUpgradedConnectionAlive
Method · 0.36
asyncServerReleasesUpgradedConnectionOnClientClose
Method · 0.36
asyncServerBroadcastReachesUpgradedClient
Method · 0.36
attach
Method · 0.36
detach
Method · 0.36
onStreamEnd
Method · 0.36
asyncDestroyReadable
Method · 0.36