Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FoundationDB/fdb-document-layer
/ uncancellableHoldActor
Function
uncancellableHoldActor
src/QLPlan.actor.cpp:1901–1903 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1899
}
1900
1901
ACTOR void uncancellableHoldActor(Future<Void> held) {
1902
wait(held);
1903
}
1904
1905
void PlanCheckpoint::stop() {
1906
// Cancel the operations in a topological sort
Callers
1
stop
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected