MCPcopy
hub / github.com/google/gvisor / socketEmitter

Struct socketEmitter

pkg/eventchannel/event.go:142–144  ·  view source on GitHub ↗

socketEmitter emits proto messages on a socket.

Source from the content-addressed store, hash-verified

140
141// socketEmitter emits proto messages on a socket.
142type socketEmitter struct {
143 socket *unet.Socket
144}
145
146// SocketEmitter creates a new event channel based on the given fd.
147//

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected