address

package
v5.0.1 Latest Latest
Warning

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

Go to latest
Published: Nov 10, 2022 License: BSD-2-Clause, BSD-2-Clause Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Space

type Space interface {
	GetAddressSpace() uint8
	GetAddressSpaceWithoutWait() uint8
	UpdateAddressSpace(newSize uint8)
	RegisterAddressSpaceNotification(tag string) (chan uint8, error)
	UnregisterAddressSpaceNotification(tag string)
}

Space contains the current address space size used for creating address IDs and the infrastructure to alert other processes when an update occurs.

func NewAddressSpace

func NewAddressSpace(initSize uint8) Space

NewAddressSpace initialises a new Space and returns it.

Jump to

Keyboard shortcuts

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