package
Version:
v0.0.0-...-6b4248b
Opens a new window with list of versions in this module.
Published: Apr 25, 2024
License: Unlicense
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func (q *Queue) Pop() (v interface{})
Pop 取出队列 (阻塞模式)
func (q *Queue) Push(v interface{})
Push 放入队列 (非阻塞模式)
func (q *Queue) TryPop() (v interface{}, ok bool)
TryPop 试着取出队列(非阻塞模式)返回ok == false 表示空
Source Files
¶
Click to show internal directories.
Click to hide internal directories.