Table of Contents

Method Initialize

Namespace
Terminal.Gui.Drivers
Assembly
Terminal.Gui.dll

Initialize(ITimedEvents, ConcurrentQueue<T>, IInputProcessor, IConsoleOutput, IComponentFactory<T>)

Initializes the loop with a buffer from which data can be read

void Initialize(ITimedEvents timedEvents, ConcurrentQueue<T> inputBuffer, IInputProcessor inputProcessor, IConsoleOutput consoleOutput, IComponentFactory<T> componentFactory)

Parameters

timedEvents ITimedEvents
inputBuffer ConcurrentQueue<T>
inputProcessor IInputProcessor
consoleOutput IConsoleOutput
componentFactory IComponentFactory<T>