Versions in this module Expand all Collapse all v0 v0.1.1 Jul 15, 2019 v0.1.0 Jul 11, 2019 Changes in this version + func SendToChannel(f func() interface{}) <-chan interface + type Set interface + Add func(item interface{}) bool + Pop func() interface{} + Size func() int + func NewCapacitySet(capacity int) Set