WriteAtomic(Action) Method

Definition

Assembly XenoAtom.Terminal.dll

Ensures multiple ANSI writes are not interleaved with other terminal output.

public static TerminalInstance WriteAtomic(Action<AnsiWriter> write)

Parameters

write
Action<AnsiWriter>

The write callback that receives an AnsiWriter.

Returns