Read at most s bytes from the channel.
The data is written directly to buf. The lengt of buf determines how much is read.
buf is not resized. Use the returned value.
See Implementation
Read at most s bytes from the channel.
The data is written directly to buf. The lengt of buf determines how much is read.
buf is not resized. Use the returned value.