[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Simple queue implementation based on a Linked List per thread. Objects can be added to the queue tail or queue head.

Namespace: net.esper.collection
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Class ThreadWorkQueue
C#
public class ThreadWorkQueue
Visual C++
public ref class ThreadWorkQueue

Inheritance Hierarchy

System.Object
  net.esper.collection.ThreadWorkQueue