concurrent

package
v0.0.0-...-9841dc2 Latest Latest
Warning

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

Go to latest
Published: Mar 8, 2017 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	MUTABLE = iota
	IMMUTABLE
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Map

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

func NewMap

func NewMap(sz int) *Map

func (*Map) GetOrInsert

func (m *Map) GetOrInsert(k uint64, v unsafe.Pointer) unsafe.Pointer

func (*Map) SetNilIfPresent

func (m *Map) SetNilIfPresent(k uint64) bool

func (*Map) StreamAll

func (m *Map) StreamAll(ch chan uint64)

func (*Map) StreamUntilCap

func (m *Map) StreamUntilCap(ch chan uint64)

Jump to

Keyboard shortcuts

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