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

Function close

fdbserver/KeyValueStoreSQLite.actor.cpp:1590–1590  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1588public:
1589 void dispose() override { doClose(this, true); }
1590 void close() override { doClose(this, false); }
1591
1592 Future<Void> getError() const override { return delayed(readThreads->getError() || writeThread->getError()); }
1593 Future<Void> onClosed() const override { return stopped.getFuture(); }

Callers

nothing calls this directly

Calls 1

doCloseFunction · 0.85

Tested by

no test coverage detected