Constructor InputProcessorImpl
InputProcessorImpl(ConcurrentQueue<TInputRecord>, IKeyConverter<TInputRecord>)
Constructs base instance including wiring all relevant parser events and setting InputQueue to the provided thread safe input collection.
protected InputProcessorImpl(ConcurrentQueue<TInputRecord> inputBuffer, IKeyConverter<TInputRecord> keyConverter)
Parameters
inputBufferConcurrentQueue<TInputRecord>The collection that will be populated with new input (see IInput<TInputRecord>)
keyConverterIKeyConverter<TInputRecord>Key converter for translating driver specific
TInputRecordclass into Terminal.Gui Key.