package
0.0.0-20240722091552-88d93adea7a3
Repository: https://github.com/mullvad/message-queue.git
Documentation: pkg.go.dev

# Functions

New creates a new queue.

# Structs

Queue is a message queue with multiple channels, where every message is broadcast to all subscribers of a channel It will automatically close the channels for and remove subscribers whose context has ended, or buffer is full.