ktor-io / io.ktor.utils.io.core.internal / decodeUTF8LineLoopSuspend

decodeUTF8LineLoopSuspend

suspend fun decodeUTF8LineLoopSuspend(out: Appendable, limit: Int, nextChunk: suspend (Int) -> AbstractInput?): Boolean