MCPcopy
hub / github.com/gdamore/tcell / Drain

Method Drain

vt/emulate.go:63–63  ·  view source on GitHub ↗

Drain waits until any queued but not processed input has finished processing. It also wakes the reader.

()

Source from the content-addressed store, hash-verified

61 // Drain waits until any queued but not processed input has finished processing.
62 // It also wakes the reader.
63 Drain() error
64
65 // Start starts processing.
66 Start() error

Callers 3

DrainMethod · 0.65
TestOSC8v1Function · 0.65
WriteFFunction · 0.65

Implementers 1

emulatorvt/emulate.go

Calls

no outgoing calls

Tested by 1

TestOSC8v1Function · 0.52