Skip to content
PACKAGES

AsyncRunner

Kind: class

Source: src/graphrefly/_facade.py:294

Framework-neutral async job runner supplied explicitly by the host.

spawn(job: AsyncJobFactory) -> object

Schedule one async job in the caller-owned runtime.

Source: src/graphrefly/_facade.py:297