Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListNodeChannel ¶
type ListNodeChannel struct {
// contains filtered or unexported fields
}
func NewListNodeChannel ¶
func NewListNodeChannel() *ListNodeChannel
func (*ListNodeChannel) Close ¶
func (l *ListNodeChannel) Close()
func (*ListNodeChannel) List ¶
func (l *ListNodeChannel) List() []any
func (*ListNodeChannel) Pop ¶
func (l *ListNodeChannel) Pop() any
func (*ListNodeChannel) Put ¶
func (l *ListNodeChannel) Put(val any)
type ListNodeMux ¶
type ListNodeMux struct {
// contains filtered or unexported fields
}
ListNodeMux 链表
func NewListNodeMux ¶
func NewListNodeMux() *ListNodeMux
func (*ListNodeMux) List ¶
func (l *ListNodeMux) List() []any
func (*ListNodeMux) Pop ¶
func (l *ListNodeMux) Pop() any
func (*ListNodeMux) Put ¶
func (l *ListNodeMux) Put(val any)
Click to show internal directories.
Click to hide internal directories.