Join Slack
Powered by
When using `async`, the resulting `Deferred` will ...
# announcements
d
diesieben07
05/06/2018, 2:11 PM
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.
Open in Slack
Previous
Next