profile_async
Function
This function is defined in the profiler module.Decorator to profile an async function.
Signature
Parameters
No description available.
Returns
The result of the operation.
Decorator to profile an async function.
This function is defined in the profiler module.Decorator to profile an async function.
def profile_async(func: Optional[Callable]) -> Any