Table of Contents

Method Start

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

Start(CancellationToken)

Starts background input reading (for production implementations). Test implementations typically don't need this.

public void Start(CancellationToken cancellationToken)

Parameters

cancellationToken CancellationToken

Cancellation token to stop reading.