priorityfinite

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jul 7, 2024 License: MIT Imports: 7 Imported by: 0

README

finite (github.com/antonio-alexander/go-queue-priority/finite)

Documentation

Overview

Package priorityfinite provides common types and functions used by a finite priority queue implementation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ExamplePriorityEnqueueLossy

func ExamplePriorityEnqueueLossy(queue PriorityEnqueueLossy, value *goqueue.Example, priorities ...int) (*goqueue.Example, bool)

Types

type PriorityEnqueueLossy

type PriorityEnqueueLossy interface {
	PriorityEnqueueLossy(item interface{}, priority ...int) (interface{}, bool)
}

Directories

Path Synopsis
Package priorityfinite_tests provides a test suite for priority finite queues
Package priorityfinite_tests provides a test suite for priority finite queues

Jump to

Keyboard shortcuts

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