Ready check the channel ready or close?
()
| 73 | |
| 74 | // Ready check the channel ready or close? |
| 75 | func (c *Channel) Ready() *grpc.Proto { |
| 76 | return <-c.signal |
| 77 | } |
| 78 | |
| 79 | // Signal send signal to the channel, protocol ready. |
| 80 | func (c *Channel) Signal() { |
no outgoing calls
no test coverage detected