Property InputQueue
InputQueue
Thread-safe input queue populated by IInput<TInputRecord> on the input thread. Dequeued by ProcessQueue() on the main loop thread.
public ConcurrentQueue<TInputRecord> InputQueue { get; }
Property Value
- ConcurrentQueue<TInputRecord>