Asynchronous version of list.
This method is an asynchronous wrapper around list that runs the synchronous
method in a separate thread using asyncio.
alist(
self,
config: RunnableConfig | None,
*,
filter: dict[str, Any] | None = None,
before: RunnableConfig | None = None,
limit: int | None = None
) -> AsyncIterator[CheckpointTuple]| Name | Type | Description |
|---|---|---|
config* | RunnableConfig | None | The config to use for listing the checkpoints. |