package
Version:
v1.3.1
Opens a new window with list of versions in this module.
Published: Mar 5, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Queue struct {
PoolSize int
PoolChan chan interface{}
}
二次使用Queue实例时,根据容量需求进行高效转换
func (this *Queue) Pull() interface{}
func (this *Queue) PushSlice(s []interface{})
Source Files
¶
Click to show internal directories.
Click to hide internal directories.