from_async_iter
from_async_iter
Section titled “from_async_iter”Kind: function
Source: src/graphrefly/_facade.py:3186
Signature
Section titled “Signature”from_async_iter(graph: Graph, runner: AsyncRunner, factory: Callable[[], AsyncIterable[T]], *, name: str | None = None, pausable: PausableMode = True)Description
Section titled “Description”Create a source from a fresh async iterable produced on each activation.