Documentation ¶
Index ¶
Constants ¶
View Source
const ( DefaultChanNum = 16 DefaultChanSize = 1000 DefaultSendChanTimeout = 1 * time.Second )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChanElement ¶
type ChanElement[T any] struct { // contains filtered or unexported fields }
type MapChan ¶
type MapChan[T any] struct { // contains filtered or unexported fields }
func NewMapChan ¶
func (*MapChan[T]) ChangeChanList ¶
Click to show internal directories.
Click to hide internal directories.