
The highest tagged major version is
v3.
package
Version:
v2.4.0
Opens a new window with list of versions in this module.
Published: May 28, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
Queue 队列对象
NewQueue Queue构造函数
@param cap
@return *Queue
Capacity 队列容量
@return uint32
Pull 从队列取出一个数据
@return val
@return ok
@return quantity
Push 放入数据
@param val
@return ok
@return quantity
Quantity 队列数量
@return uint32
String 队列摘要信息
@return string
Source Files
¶
- annular_lockfree_queue.go
Click to show internal directories.
Click to hide internal directories.