lscq

package
v0.0.0-...-917d9ad Latest Latest
Warning

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

Go to latest
Published: Jan 31, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PointerQueue

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

func NewPointer

func NewPointer() *PointerQueue

func (*PointerQueue) Dequeue

func (q *PointerQueue) Dequeue() (data unsafe.Pointer, ok bool)

func (*PointerQueue) Enqueue

func (q *PointerQueue) Enqueue(data unsafe.Pointer) bool

type Uint64Queue

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

func NewUint64

func NewUint64() *Uint64Queue

func (*Uint64Queue) Dequeue

func (q *Uint64Queue) Dequeue() (data uint64, ok bool)

func (*Uint64Queue) Enqueue

func (q *Uint64Queue) Enqueue(data uint64) bool

Jump to

Keyboard shortcuts

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