Package ai.acolite.agentsdk.core
Interface AsyncIterable<T>
- All Superinterfaces:
Iterable<T>
- All Known Implementing Classes:
StreamedRunResult
AsyncIterable
Interface for async iteration.
Similar to JavaScript's AsyncIterable.
-
Method Summary
Methods inherited from interface java.lang.Iterable
forEach, spliterator