Categorygithub.com/blueboardio/go-blobqueue/queuemsgpack
modulepackage
0.4.1
Repository: https://github.com/blueboardio/go-blobqueue.git
Documentation: pkg.go.dev

# Functions

Pop removes the tail of the queue and deserialize it as MessagePack into v.
Push serialize v as MessagePack and pushes the blob on the queue.
Shift removes the head of the queue and deserialize it as MessagePack into v.
Unshift serialize v as MessagePack and pushes the blob on the queue.