Commit 6e1354ec authored by wangwx's avatar wangwx

change interface name

parent 16a47dcf
...@@ -24,7 +24,7 @@ import ( ...@@ -24,7 +24,7 @@ import (
"unsafe" "unsafe"
) )
type PoolDequeue interface { type SPMCLockFreeQ interface {
PushHead(val interface{}) bool PushHead(val interface{}) bool
PopHead() (interface{}, bool) PopHead() (interface{}, bool)
PopTail() (interface{}, bool) PopTail() (interface{}, bool)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment