Table of Contents

Method ReadLoop

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

ReadLoop(CancellationToken)

Platform-specific implementation of reading input. Runs on background thread, enqueues to InputBuffer.

protected abstract Task ReadLoop(CancellationToken cancellationToken)

Parameters

cancellationToken CancellationToken

Cancellation token to stop reading.

Returns

Task

A task representing the read loop.