> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ag2.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# autogen.fast_depends.utils.async_map

<code class="doc-symbol doc-symbol-heading doc-symbol-function" />

#### async\_map

```python theme={null}
async_map(func: Callable[..., ~T], async_iterable: AsyncIterable[Any]) -> AsyncIterable[~T]
```

<b>Parameters:</b>

| Name             | Description                   |
| ---------------- | ----------------------------- |
| `func`           | **Type:** Callable\[..., \~T] |
| `async_iterable` | **Type:** AsyncIterable\[Any] |

<br />
