Versions in this module Expand all Collapse all v0 v0.8.2 Jun 11, 2019 Changes in this version + type RequestQueue struct + func New() *RequestQueue + func (ic *RequestQueue) Close() + func (ic *RequestQueue) In() chan<- *commands.CommandRequest + func (ic *RequestQueue) Len() int64 + func (ic *RequestQueue) Out() <-chan *commands.CommandRequest