Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ ThreadResult
Method
ThreadResult
flow/include/flow/ThreadHelper.actor.h:880–880 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
878
}
879
880
ThreadResult() : sav(0) {}
881
explicit ThreadResult(ThreadSingleAssignmentVar<T>* sav) : sav(sav) {
882
ASSERT(sav->isReady());
883
// sav->addref();
Callers
nothing calls this directly
Calls
7
get
Method · 0.65
isReady
Method · 0.45
addref
Method · 0.45
send
Method · 0.45
sendError
Method · 0.45
isError
Method · 0.45
getError
Method · 0.45
Tested by
no test coverage detected