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

Method CloseAsync

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

Source from the content-addressed store, hash-verified

68FileInterface::~FileInterface() = default;
69
70Future<> FileInterface::CloseAsync() {
71 return DeferNotOk(default_io_context().executor()->Submit(
72 [self = shared_from_this()]() { return self->Close(); }));
73}
74
75Status FileInterface::Abort() { return Close(); }
76

Callers 1

FinishMethod · 0.45

Calls 3

DeferNotOkFunction · 0.85
executorMethod · 0.45
CloseMethod · 0.45

Tested by

no test coverage detected