Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnyChanCore ¶
AnyChanCore represents basic methods common to every channel of Any elements
type AnyProvider ¶
type AnyProvider interface { AnyChanCore // close, len & cap // contains filtered or unexported methods }
AnyProvider represents a send-enabled channel of anyThing elements - aka `chan<-`
type AnyReceiver ¶
type AnyReceiver interface { AnyChanCore // close, len & cap // contains filtered or unexported methods }
AnyReceiver represents a receive-only channel of anyThing elements - aka `<-chan`
Click to show internal directories.
Click to hide internal directories.