Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ getBlocking
Method
getBlocking
flow/include/flow/ThreadHelper.actor.h:567–570 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
565
public:
566
T get() { return sav->get(); }
567
T getBlocking() {
568
sav->blockUntilReady();
569
return sav->get();
570
}
571
572
void blockUntilReady() { sav->blockUntilReady(); }
573
Callers
9
close
Method · 0.80
flushTraceFileVoid
Function · 0.80
LineNoise
Method · 0.80
runTest
Method · 0.80
ThreadSafetyWorkload
Class · 0.80
memoryTest2
Function · 0.80
memoryTest
Function · 0.80
fastAllocTest
Function · 0.80
returnCancelRaceTest
Function · 0.80
Calls
2
get
Method · 0.65
blockUntilReady
Method · 0.45
Tested by
4
memoryTest2
Function · 0.64
memoryTest
Function · 0.64
fastAllocTest
Function · 0.64
returnCancelRaceTest
Function · 0.64