MCPcopy Create free account
hub / github.com/apple/foundationdb / ~ThreadResult

Method ~ThreadResult

flow/include/flow/ThreadHelper.actor.h:899–902  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

897 }
898 }
899 ~ThreadResult() {
900 if (sav)
901 sav->delref();
902 }
903 void operator=(const ThreadFuture<T>& rhs) {
904 if (rhs.sav)
905 rhs.sav->addref();

Callers

nothing calls this directly

Calls 1

delrefMethod · 0.45

Tested by

no test coverage detected