tinyq

module
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 4, 2021 License: MIT

README

tinyq

A simple message queue

Message Queue

Message queue means that you put something in a place, someone else could get it. Two keys are essential:

  1. The producer put the message in sequence.
  2. The consumer get the message also in sequence.

Self-Cursor Control of Consumer

Consumer handles itself message position, which is independent with message production.

Directories

Path Synopsis
example command

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL