//
pkg.gl
Category
github.com/aeo123/gf/v2
container
gqueue
package
2.7.3
Repository:
https://github.com/aeo123/gf.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
0
Files
98 SLOC
#
Functions
New
New returns an empty queue object.
#
Structs
Queue
Queue is a concurrent-safe queue built on doubly linked list and channel.