Why is `stringBuilder.append(charBuffer)` an Inapp...
# coroutines
r
Why is
stringBuilder.append(charBuffer)
an Inappropriate blocking method call when used in a coroutine if I inspect the code in IntelliJ ?
k
StringBuilder
or
StringBuffer
?
r
StringBuilder