MCPcopy 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
1901ACTOR void uncancellableHoldActor(Future<Void> held) {
1902 wait(held);
1903}
1904
1905void PlanCheckpoint::stop() {
1906 // Cancel the operations in a topological sort

Callers 1

stopMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected