Versions in this module Expand all Collapse all v0 v0.1.0 May 8, 2018 Changes in this version + type ProcessFunc func(interface{}) + type ScheduledWorkQueue interface + Add func(interface{}, time.Duration) + AddWithKey func(interface{}, interface{}, time.Duration) + Forget func(interface{}) + func NewScheduledWorkQueue(processFunc ProcessFunc) ScheduledWorkQueue v0.1.0-alpha.1 Mar 27, 2018