MCPcopy 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

getMethod · 0.65
isReadyMethod · 0.45
addrefMethod · 0.45
sendMethod · 0.45
sendErrorMethod · 0.45
isErrorMethod · 0.45
getErrorMethod · 0.45

Tested by

no test coverage detected