Open bkielbasa opened 2 years ago
by default, all io.Reader and io.Writer aren't cancelable. It's quite simple to add it to them. In this blog post, I'll describe a few ways of doing it.
io.Reader
io.Writer
by default, all
io.Reader
andio.Writer
aren't cancelable. It's quite simple to add it to them. In this blog post, I'll describe a few ways of doing it.