Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
79
template <typename T>
80
Future<T> AsyncGeneratorEnd() {
81
return Future<T>::MakeFinished(IterationTraits<T>::End());
82
}
83
84
/// returning a future that completes when all have been visited
85
template <typename T, typename Visitor>
Callers
nothing calls this directly
Calls
1
End
Function · 0.70
Tested by
no test coverage detected