mirror of
https://gitee.com/johng/gf
synced 2026-06-06 16:21:40 +08:00
version 2
This commit is contained in:
@ -21,8 +21,8 @@ package gqueue
|
||||
import (
|
||||
"math"
|
||||
|
||||
"github.com/gogf/gf/container/glist"
|
||||
"github.com/gogf/gf/container/gtype"
|
||||
"github.com/gogf/gf/v2/container/glist"
|
||||
"github.com/gogf/gf/v2/container/gtype"
|
||||
)
|
||||
|
||||
// Queue is a concurrent-safe queue built on doubly linked list and channel.
|
||||
|
||||
Reference in New Issue
Block a user