Am i missing something?
# coroutines
a
Am i missing something?
o
yes, that IntelliJ isn't that smart yet 🙂 it only sees the IOException throwing method, and doesn't inspect the content to determine if the full method body is in the IO dispatcher.
I do think that it might be considered a bug for it to report this on
suspend
functions though...
a
Ohh
So should i instead use KDoc to document throwables
o
that might be better
b
Another option is to throw a scoped exception instead of letting the IOException throw through