queue

package
v0.0.0-...-b9f8b57 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 14, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ChanLen           = 32
	InitialBufferSize = 8
)

Functions

This section is empty.

Types

type Queue

type Queue interface {
	Add(items ...any)
	Next() <-chan any
	Len() int
	Cap() int
	Close()
}

func New

func New() Queue

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL