Expand description
Modulesยง
- read
- I/O-free coroutine to read bytes into a buffer.
- read_
exact - I/O-free coroutine to read bytes into a buffer until it reaches a given amount of bytes.
- read_
to_ end - I/O-free coroutine to read bytes into a buffer until it reaches EOF.
- write
- I/O-free coroutine to write bytes into a stream.