concurrent

package
v1.0.65 Latest Latest
Warning

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

Go to latest
Published: Jan 21, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Map added in v1.0.32

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

func NewMap added in v1.0.32

func NewMap() *Map

func (*Map) Del added in v1.0.32

func (self *Map) Del(key string, callfun func(key string) (interface{}, error)) error

func (*Map) Get added in v1.0.32

func (self *Map) Get(key string, callfun func(key string) (interface{}, error)) (interface{}, error)

func (*Map) Set added in v1.0.32

func (self *Map) Set(key string, callfun func(key string) (interface{}, error)) (interface{}, error)

type Sorter added in v1.0.49

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

func NewSorter added in v1.0.49

func NewSorter(item []interface{}, call func(o1, o2 interface{}) bool) Sorter

func (*Sorter) Len added in v1.0.49

func (self *Sorter) Len() int

func (Sorter) Less added in v1.0.49

func (self Sorter) Less(i, j int) bool

func (Sorter) Sort added in v1.0.49

func (self Sorter) Sort() []interface{}

func (Sorter) Swap added in v1.0.49

func (self Sorter) Swap(i, j int)

Jump to

Keyboard shortcuts

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