Yes, if the `Deferred` is already complete, `await...
# coroutines
d
Yes, if the
Deferred
is already complete,
await
immediately returns the result, without even suspending.