Is it only me which misuse them or coroutines share the issue of checked exception ? I mean, switching a function to a suspendable one ripple in many method/function until the point where we know how we want to handle them (in a
launch
,
async
, or so) (like the checked exception rippled in every method until the point where we know to handle them...)