Property InputQueue
InputQueue
The input events thread-safe collection. This is populated on separate thread by a IInput<TInputRecord>. Is drained as part of each Iteration() on the main loop thread.
public ConcurrentQueue<TInputRecord> InputQueue { get; }
Property Value
- ConcurrentQueue<TInputRecord>