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

Method onClosed

fdbserver/KeyValueStoreRocksDB.actor.cpp:1774–1774  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1772 }
1773
1774 Future<Void> onClosed() const override { return closePromise.getFuture(); }
1775
1776 void dispose() override { doClose(this, true); }
1777

Callers 1

Calls 1

getFutureMethod · 0.45

Tested by

no test coverage detected