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

# Camel.utils.async func

<a id="camel.utils.async_func" />

<a id="camel.utils.async_func.sync_funcs_to_async" />

## sync\_funcs\_to\_async

```python theme={"system"}
def sync_funcs_to_async(funcs: list[FunctionTool]):
```

Convert a list of Python synchronous functions to Python
asynchronous functions.

**Parameters:**

* **funcs** (list\[FunctionTool]): List of Python synchronous functions in the :obj:`FunctionTool` format.

**Returns:**

list\[FunctionTool]: List of Python asynchronous functions
in the :obj:`FunctionTool` format.
