Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LockFreeQueue ¶
type LockFreeQueue struct {
// contains filtered or unexported fields
}
func New ¶
func New(n int32) *LockFreeQueue
func (*LockFreeQueue) PopFront ¶
func (s *LockFreeQueue) PopFront() interface{}
func (*LockFreeQueue) PushBack ¶
func (s *LockFreeQueue) PushBack(v interface{})
Click to show internal directories.
Click to hide internal directories.