> ## 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.solve_generator_async

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

#### solve\_generator\_async

```python theme={null}
solve_generator_async(
    *sub_args: Any,
    call: Callable[..., Any],
    stack: AsyncExitStack,
    **sub_values: Any
) -> Any
```

<b>Parameters:</b>

| Name           | Description                         |
| -------------- | ----------------------------------- |
| `*sub_args`    | **Type:** Any                       |
| `call`         | **Type:** Callable\[..., Any]       |
| `stack`        | **Type:** contextlib.AsyncExitStack |
| `**sub_values` | **Type:** Any                       |

<br />
