MCPcopy Create free account
hub / github.com/apache/arrow / StopToken

Function StopToken

cpp/src/arrow/util/cancel.h:63–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 StopToken() = default;
62
63 explicit StopToken(std::shared_ptr<StopSourceImpl> impl) : impl_(std::move(impl)) {}
64
65 // A trivial token that never propagates any stop request
66 static StopToken Unstoppable() { return StopToken(); }

Callers 3

cancel.hFile · 0.70
UnstoppableFunction · 0.70
tokenMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected