package
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: Aug 28, 2023
License: MIT, Apache-2.0, Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func (q *Queue) Push(item interface{})
满了就扩容为原来的2倍大小,有点像redis hash存储,不过它是渐近式扩容,这是一次性扩容到位。
Source Files
¶
Click to show internal directories.
Click to hide internal directories.