When using `async`, the resulting `Deferred` will ...
# announcements
d
When using
async
, the resulting
Deferred
will capture that exception and throw it on
await
. When calling a
suspend
function directly, exceptions work as normal.