concurrent

package
v0.0.0-...-baecc60 Latest Latest
Warning

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

Go to latest
Published: Mar 9, 2022 License: MIT Imports: 2 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConcurrentList

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

func New

func New() *ConcurrentList

func (*ConcurrentList) Back

func (c *ConcurrentList) Back() *list.Element

func (*ConcurrentList) Front

func (c *ConcurrentList) Front() *list.Element

func (*ConcurrentList) InsertAfter

func (c *ConcurrentList) InsertAfter(v interface{}, mark *list.Element)

func (*ConcurrentList) InsertBefore

func (c *ConcurrentList) InsertBefore(v interface{}, mark *list.Element)

func (*ConcurrentList) MoveAfter

func (c *ConcurrentList) MoveAfter(e *list.Element, mark *list.Element)

func (*ConcurrentList) MoveToBack

func (c *ConcurrentList) MoveToBack(e *list.Element)

func (*ConcurrentList) MoveToFront

func (c *ConcurrentList) MoveToFront(e *list.Element)

func (*ConcurrentList) PushFront

func (c *ConcurrentList) PushFront(v interface{})

func (*ConcurrentList) Remove

func (c *ConcurrentList) Remove(e *list.Element)

Jump to

Keyboard shortcuts

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