MCPcopy Create free account
hub / github.com/eapache/channels / InChannel

Interface InChannel

channels.go:59–62  ·  view source on GitHub ↗

InChannel is an interface representing a writeable channel with a buffer.

Source from the content-addressed store, hash-verified

57
58// InChannel is an interface representing a writeable channel with a buffer.
59type InChannel interface {
60 SimpleInChannel
61 Buffer
62}
63
64// SimpleOutChannel is an interface representing a readable channel that does not necessarily
65// implement the Buffer interface.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…