MCPcopy 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

565public:
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

closeMethod · 0.80
flushTraceFileVoidFunction · 0.80
LineNoiseMethod · 0.80
runTestMethod · 0.80
memoryTest2Function · 0.80
memoryTestFunction · 0.80
fastAllocTestFunction · 0.80
returnCancelRaceTestFunction · 0.80

Calls 2

getMethod · 0.65
blockUntilReadyMethod · 0.45

Tested by 4

memoryTest2Function · 0.64
memoryTestFunction · 0.64
fastAllocTestFunction · 0.64
returnCancelRaceTestFunction · 0.64