Input is the input channel for the user to write messages to that they wish to send.
()
| 51 | // Input is the input channel for the user to write messages to that they |
| 52 | // wish to send. |
| 53 | Input() chan<- *ProducerMessage |
| 54 | |
| 55 | // Successes is the success output channel back to the user when Return.Successes is |
| 56 | // enabled. If Return.Successes is true, you MUST read from this channel or the |
no outgoing calls