MCPcopy Create free account
hub / github.com/apple/foundationdb / isBusy

Function isBusy

fdbserver/VersionedBTree.actor.cpp:1371–1373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1369 }
1370
1371 bool isBusy() {
1372 return headWriter.isBusy() || headReader.isBusy() || tailWriter.isBusy() || !newTailPage.isReady();
1373 }
1374
1375 // Wait until all previously started operations on each cursor are done and the new tail page is ready
1376 Future<Void> notBusy() {

Callers 4

notBusyMethod · 0.85
readNextMethod · 0.85
finishFlushFunction · 0.85
Future<bool> checkActiveFunction · 0.85

Calls 2

isBusyMethod · 0.80
isReadyMethod · 0.45

Tested by

no test coverage detected