Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
GetCpuThreadPool
Function · 0.85
WaitForIdle
Method · 0.80
Tested by
no test coverage detected