()
| 91 | } |
| 92 | |
| 93 | func (r *blockingReader) Close() error { // Close forwards closing to the underlying reader |
| 94 | return r.reader.Close() |
| 95 | } |
| 96 | |
| 97 | // flushNextChunk unlocks the reader, allowing it to return the next chunk of data |
| 98 | func (r *blockingReader) flushNextChunk() { |