lib_gc_fifo

package
v0.0.0-...-e28984d Latest Latest
Warning

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

Go to latest
Published: Sep 6, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Fifo

type Fifo struct {
	// contains filtered or unexported fields
}

func GetFifo

func GetFifo(sz int32) *Fifo

func (*Fifo) Empty

func (s *Fifo) Empty() bool

func (*Fifo) Len

func (s *Fifo) Len() int32

func (*Fifo) Peek

func (s *Fifo) Peek() interface{}

func (*Fifo) Pop

func (s *Fifo) Pop() interface{}

func (*Fifo) Put

func (s *Fifo) Put(i interface{})

Jump to

Keyboard shortcuts

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