# Functions
FirstUser returns UserIndex that starts iteration over user queues from the very first user.
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
# Structs
RequestQueue holds incoming requests in per-user queues.
UserIndex is opaque type that allows to resume iteration over users between successive calls of RequestQueue.GetNextRequestForQuerier method.
# Interfaces
Request stored into the queue.