mirror of
https://github.com/number571/go-peer.git
synced 2026-09-12 19:50:00 +05:00
7 lines
315 B
Go
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
|