queue

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

queue

queue

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Queue

type Queue interface {
	Len() int
	Enqueue(interface{}, time.Duration) bool
	Dequeue(time.Duration) (interface{}, bool)
}

func NewQueueC

func NewQueueC(backlog int) Queue

func NewQueueS

func NewQueueS() Queue

Jump to

Keyboard shortcuts

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