Versions in this module Expand all Collapse all v0 v0.1.1 Apr 1, 2017 Changes in this version + type Element struct + func (self *Element) Push(value interface{}) + type Queue struct + Handle func(interface{}) + func NewQueue(queueLength int) *Queue + func (q *Queue) Enqueue(name string, value interface{})