isuqueue

package
v1.19.0 Latest Latest
Warning

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

Go to latest
Published: Nov 4, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AllReset

func AllReset()

func SetEnableMetrics

func SetEnableMetrics(enable bool)

Types

type Channel

type Channel[T any] struct {
	// contains filtered or unexported fields
}

func NewChannel

func NewChannel[T any](name string, len int) *Channel[T]

func (*Channel[T]) Pop

func (c *Channel[T]) Pop() <-chan T

func (*Channel[T]) Push

func (c *Channel[T]) Push() chan<- T

func (*Channel[T]) Reset

func (c *Channel[T]) Reset()

Jump to

Keyboard shortcuts

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