go-peer/pkg/anonymity/qb/queue/doc.go
2025-10-04 23:38:36 +07:00

7 lines
315 B
Go

// Package queue allows you to queue and retrieve network encrypted messages from the queue.
//
// The internal process of the queue generates constantly false messages for the
// continuous possibility of receiving messages.
// Taking messages from the queue involves a generation or waiting period.
package queue