Config returns the IO configuration.
()
| 53 | type IO interface { |
| 54 | // Config returns the IO configuration. |
| 55 | Config() Config |
| 56 | // Cancel aborts all current io operations. |
| 57 | Cancel() |
| 58 | // Wait blocks until all io copy operations have completed. |
no outgoing calls