Skip to content
PACKAGES

from_async_iter

Kind: function

Source: src/graphrefly/_facade.py:3186

from_async_iter(graph: Graph, runner: AsyncRunner, factory: Callable[[], AsyncIterable[T]], *, name: str | None = None, pausable: PausableMode = True)

Create a source from a fresh async iterable produced on each activation.