package
Version:
v0.0.0-...-172d49c
Opens a new window with list of versions in this module.
Published: Oct 26, 2019
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
type Queue struct {
Reset func(interface{})
New func() interface{}
}
lock free queue
func (self *Queue) DeQueue() (val interface{})
queue functions
func (self *Queue) EnQueue(val interface{})
queue functions
Source Files
¶
Click to show internal directories.
Click to hide internal directories.