Skip to main content

Documentation Index

Fetch the complete documentation index at: https://private-04b27de1.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

async_map

async_map(func: Callable[...~T], async_iterable: AsyncIterable[Any]) -> AsyncIterable[~T]
Parameters:
NameDescription
funcType: Callable[…, ~T]
async_iterableType: AsyncIterable[Any]