When reading from a `ByteReadChannel`, the functio...
# ktor
s
When reading from a
ByteReadChannel
, the function
readByte()
says “fails if channel is closed”. What does this mean? Does it throw an exception?