Ask a question to get started
Enter to sendā¢Shift+Enter new line
is_async_callable( func: Any, ) -> TypeGuard[Callable[..., Awaitable[Any
func
Any
Check if a function is async.
The function to check.