Module read_to_end

Source
Expand description

I/O-free coroutine to read bytes into a buffer until it reaches EOF.

Structs§

ReadStreamToEnd
I/O-free coroutine to read bytes into a buffer until it reaches EOF.

Enums§

ReadStreamToEndError
Errors that can occur during the coroutine progression.
ReadStreamToEndResult
Output emitted after a coroutine finishes its progression.