queue

package
v0.18.2 Latest Latest
Warning

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

Go to latest
Published: Mar 3, 2023 License: MIT Imports: 1 Imported by: 1

Documentation

Overview

thread safe queue without slices

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Queue

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

func (*Queue) Empty added in v0.15.1

func (q *Queue) Empty() bool

func (*Queue) Pop

func (q *Queue) Pop() (interface{}, bool)

func (*Queue) Push

func (q *Queue) Push(v interface{})

Jump to

Keyboard shortcuts

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