When there is a jdk IO blocking call inside corout...
# coroutines
y
When there is a jdk IO blocking call inside coroutine and we're not in IO dispatcher context, intellij show a warning. Is there a way to tag a custom method as blocking IO to get this warning ?
1
l
Sounds like a good feature request to make on kotl.in/issue
k
I feel like I have seen
@Throws(IOException)
or something similar do that?