doublylinked

package
v0.0.0-...-a3e9130 Latest Latest
Warning

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

Go to latest
Published: Feb 5, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DoublyLinked

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

DoublyLinked for simple queue using buffer channel

func NewDoublyLinked

func NewDoublyLinked(size int) *DoublyLinked

NewDoublyLinked for create new DoublyLinked instance

func (*DoublyLinked) Queue

func (s *DoublyLinked) Queue(task core.QueuedMessage) error

Queue send task to the buffer channel

func (*DoublyLinked) Request

func (s *DoublyLinked) Request() (core.QueuedMessage, error)

Request a new task from channel

func (*DoublyLinked) Run

func (s *DoublyLinked) Run(ctx context.Context, task core.QueuedMessage) error

Run to execute new task

func (*DoublyLinked) Shutdown

func (s *DoublyLinked) Shutdown() error

Shutdown the worker

Jump to

Keyboard shortcuts

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