utils

package
v0.0.0-...-40ae9f8 Latest Latest
Warning

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

Go to latest
Published: Dec 22, 2018 License: MIT Imports: 2 Imported by: 0

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 NewConcurrentList

func NewConcurrentList() *ConcurrentList

func (*ConcurrentList) Back

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

func (*ConcurrentList) Front

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

func (*ConcurrentList) Len

func (cl *ConcurrentList) Len() int

func (*ConcurrentList) Pop

func (cl *ConcurrentList) Pop() interface{}

func (*ConcurrentList) PopAll

func (cl *ConcurrentList) PopAll() []interface{}

func (*ConcurrentList) PushBack

func (cl *ConcurrentList) PushBack(v interface{}) *list.Element

Jump to

Keyboard shortcuts

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