String representation of this reader
()
| 93 | |
| 94 | // String representation of this reader |
| 95 | func (r *Handle) String() string { |
| 96 | return r.cachedObject.abs() |
| 97 | } |
| 98 | |
| 99 | // startReadWorkers will start the worker pool |
| 100 | func (r *Handle) startReadWorkers() { |