Versions in this module Expand all Collapse all v0 v0.7.6 Jun 15, 2024 Changes in this version + type MQEntry struct + Lock *sync.Mutex + Queue chan func() + Running bool + type MapQueue struct + Lock *sync.Mutex + M map[string]*MQEntry + QueueSize int + func MakeMapQueue(queueSize int) *MapQueue + func (mq *MapQueue) Enqueue(id string, fn func()) error