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