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 ¶
NewAddressSpace initialises a new Space and returns it.
Click to show internal directories.
Click to hide internal directories.