when intellij highlights "inappropriate blocking c...
# intellij
d
when intellij highlights "inappropriate blocking call" in a suspendable function. How does it know which is which? Is there just hardcoded set of libraries, like "highlight if readValue on jackson object mapper"?
s
Iirc it checks if the function
throws IOException
, could be other conditions as well