What is the return value of an async function?
A boolean value.
A promise.
An object.
It depends on the implementation.