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]