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

Method IOContext

cpp/src/arrow/io/interfaces.cc:53–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51namespace io {
52
53IOContext::IOContext(MemoryPool* pool, StopToken stop_token)
54 : IOContext(pool, internal::GetIOThreadPool(), std::move(stop_token)) {}
55
56const IOContext& default_io_context() {
57 // Avoid using a global variable because of initialization order issues (ARROW-18383)

Callers

nothing calls this directly

Calls 1

GetIOThreadPoolFunction · 0.85

Tested by

no test coverage detected