Skip to main content

profile_async

Function
This function is defined in the profiler module.
Decorator to profile an async function.

Signature

def profile_async(func: Optional[Callable]) -> Any

Parameters

func
Optional
No description available.

Returns

Returns
Any
The result of the operation.