package
0.0.0-20240720002214-37b2b8227b91
Repository: https://github.com/progrium/go-netstack.git
Documentation: pkg.go.dev

# Functions

NewRegistry returns a new Registry ready to be used.

# Structs

Message represents a message exchanged through a Queue via msgsnd(2) and msgrcv(2).
Queue represents a SysV message queue, described by sysvipc(7).
Registry contains a set of message queues that can be referenced using keys or IDs.

# Interfaces

Blocker is used for blocking Queue.Send, and Queue.Receive calls that serves as an abstracted version of kernel.Task.