MCPcopy Create free account
hub / github.com/apache/arrow / ~TaskGuard

Method ~TaskGuard

cpp/src/arrow/csv/fuzz.cc:43–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 // tasks to end before leaving.
42 struct TaskGuard {
43 ~TaskGuard() { GetCpuThreadPool()->WaitForIdle(); }
44 };
45
46 auto io_context = arrow::io::default_io_context();

Callers

nothing calls this directly

Calls 2

GetCpuThreadPoolFunction · 0.85
WaitForIdleMethod · 0.80

Tested by

no test coverage detected