Constructor NetInputProcessor
NetInputProcessor(ConcurrentQueue<ConsoleKeyInfo>, ITimeProvider?)
public NetInputProcessor(ConcurrentQueue<ConsoleKeyInfo> inputBuffer, ITimeProvider? timeProvider = null)
Parameters
inputBufferConcurrentQueue<ConsoleKeyInfo>The input buffer to process.
timeProviderITimeProviderTime provider for timestamps and timing control.