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