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