Property InputQueue
InputQueue
The input queue which is filled by IInput<TInputRecord> implementations running on the input thread. Implementations of this class should dequeue from this queue in ProcessQueue() on the main loop thread.
public ConcurrentQueue<TInputRecord> InputQueue { get; }
Property Value
- ConcurrentQueue<TInputRecord>