socketEmitter emits proto messages on a socket.
| 140 | |
| 141 | // socketEmitter emits proto messages on a socket. |
| 142 | type socketEmitter struct { |
| 143 | socket *unet.Socket |
| 144 | } |
| 145 | |
| 146 | // SocketEmitter creates a new event channel based on the given fd. |
| 147 | // |
nothing calls this directly
no outgoing calls
no test coverage detected