Documentation Index
Fetch the complete documentation index at: https://fastmcp-transfer-to-prefecthq.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
fastmcp.utilities.async_utils
Async utilities for FastMCP.
Functions
call_sync_fn_in_threadpool
gather
*awaitables: Awaitables to run concurrentlyreturn_exceptions: If True, exceptions are returned in results. If False, first exception cancels all and raises.
- List of results in the same order as input awaitables.

