async_iter_from_list# async langsmith.evaluation._arunner.async_iter_from_list( examples: list[Example], ) → AsyncIterable[Example][source]# Convert a list of examples to an async iterable. Parameters: examples (list[Example]) Return type: AsyncIterable[Example]