Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
addref
Method · 0.45
send
Method · 0.45
sendError
Method · 0.45
Tested by
no test coverage detected