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

Method ThreadFuture

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

Source from the content-addressed store, hash-verified

591 void cancel() { extractPtr()->cancel(); }
592
593 ThreadFuture() : sav(0) {}
594 explicit ThreadFuture(ThreadSingleAssignmentVar<T>* sav) : sav(sav) {
595 // sav->addref();
596 }

Callers

nothing calls this directly

Calls 3

addrefMethod · 0.45
sendMethod · 0.45
sendErrorMethod · 0.45

Tested by

no test coverage detected