package
0.0.0-20240720002214-37b2b8227b91
Repository: https://github.com/progrium/go-netstack.git
Documentation: pkg.go.dev
# Functions
NewRegistry returns a new, initialized message queue registry.
NewView creates a new view into a queue and returns it.
# Structs
Message holds a message exchanged through a Queue via mq_timedsend(2) and mq_timedreceive(2), and additional info relating to the message.
OpenOpts holds the options passed to FindOrCreate.
Queue represents a POSIX message queue.
Reader provides a send-only view into a queue.
ReaderWriter provides a send and receive view into a queue.
Registry is a POSIX message queue registry.
Subscriber represents a task registered for async notification from a Queue.
Writer provides a receive-only view into a queue.
# Interfaces
RegistryImpl defines utilities needed by a Registry to provide actual registry implementation.
View is a view into a message queue.
# Type aliases
AccessType is the access type passed to mq_open.