Interface ICoalescingQueueHandle<TContainer, TValue>
- Namespace
- CounterpointCollective.Collections
- Assembly
- CounterpointCollective.CoalescingQueue.dll
public interface ICoalescingQueueHandle<TContainer, TValue> where TContainer : struct
Type Parameters
TContainerTValue
- Extension Methods
Methods
Enqueue()
CoalescingQueueNode<TContainer, TValue> Enqueue()
Returns
- CoalescingQueueNode<TContainer, TValue>
EnqueueHeapSafe()
HeapSafeCoalescingQueueNode<TContainer, TValue> EnqueueHeapSafe()
Returns
- HeapSafeCoalescingQueueNode<TContainer, TValue>