# 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 线程安全的链表队列.
# Type aliases
No description provided by the author