Return True if the object is a coroutine function (a function defined with an async def syntax).
inspect.iscoroutinefunction(object)