Property InputBuffer
InputBuffer
The input events thread-safe collection. This is populated on separate thread by a IConsoleInput<T>. Is drained as part of each Iteration()
public ConcurrentQueue<T> InputBuffer { get; }
The input events thread-safe collection. This is populated on separate thread by a IConsoleInput<T>. Is drained as part of each Iteration()
public ConcurrentQueue<T> InputBuffer { get; }