Call this after processing results channel to check for async errors
()
| 9 | type ChannelWrapper interface { |
| 10 | // Call this after processing results channel to check for async errors |
| 11 | Wait() error |
| 12 | } |
| 13 | |
| 14 | // Base implementation of channel wrapper to just deal with errors |
no outgoing calls
no test coverage detected