Versions in this module Expand all Collapse all v0 v0.13.1 Oct 31, 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