Categorygithub.com/golang-infrastructure/go-queue
modulepackage
0.0.0-20221128180429-701892f44bcc
Repository: https://github.com/golang-infrastructure/go-queue.git
Documentation: pkg.go.dev

# README

各种队列的Go语言实现

安装

go get -u github.com/golang-infrastructure/go-queue 

TODO

  • 为队列增加Blocking特性的支持

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

LinkedDeque 基于链表实现的队列.
LinkedDequeNode 双向链表.
LinkedQueue 基于链表实现的队列.
No description provided by the author
PriorityQueue 优先级队列.
SyncLinkedDeque 基于链表实现的队列.
SyncLinkedDequeNode 双向链表.
SyncLinkedQueue 线程安全的链表队列.

# Interfaces

BlockingQueue 阻塞队列所拥有的的方法的定义.
Deque 双端队列.
Queue 队列的接口定义.

# Type aliases

No description provided by the author