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

Function Unstoppable

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

A trivial token that never propagates any stop request

Source from the content-addressed store, hash-verified

64
65 // A trivial token that never propagates any stop request
66 static StopToken Unstoppable() { return StopToken(); }
67
68 /// \brief Check if the stop source has been cancelled.
69 ///

Callers 12

IOContextFunction · 0.85
async_util.hFile · 0.85
TEST_FFunction · 0.85
task_group.hFile · 0.85
AddTesterMethod · 0.85
DoSpawnAddsMethod · 0.85
SpawnAddsMethod · 0.85
DoSpawnAddsThreadedMethod · 0.85
SpawnAddsThreadedMethod · 0.85
SpawnFunction · 0.85
SubmitFunction · 0.85
GetStopTokenMethod · 0.85

Calls 1

StopTokenFunction · 0.70

Tested by 6

TEST_FFunction · 0.68
AddTesterMethod · 0.68
DoSpawnAddsMethod · 0.68
SpawnAddsMethod · 0.68
DoSpawnAddsThreadedMethod · 0.68
SpawnAddsThreadedMethod · 0.68