Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CasQueue ¶
type CasQueue[T any] struct { // contains filtered or unexported fields }
CasQueue is a lock-free (CAS) unbounded queue. https://www.cs.rochester.edu/u/scott/papers/1996_PODC_queues.pdf
func (*CasQueue[T]) Peek ¶
Peek Retrieves, but does not remove, the head of this queue, or returns (nil, false) if this queue is empty.
Click to show internal directories.
Click to hide internal directories.