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

Function AsyncGeneratorEnd

cpp/src/arrow/util/async_generator.h:80–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78
79template <typename T>
80Future<T> AsyncGeneratorEnd() {
81 return Future<T>::MakeFinished(IterationTraits<T>::End());
82}
83
84/// returning a future that completes when all have been visited
85template <typename T, typename Visitor>

Callers

nothing calls this directly

Calls 1

EndFunction · 0.70

Tested by

no test coverage detected