On this page
tmuxtest.ControlMode.Read
- Module
- tmuxtest
- Declared in
- ControlMode
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/tmuxtest/control.go
-
Read reads control-protocol output within ctx. Exactly one caller may read at a time. After the client exits, callers may drain preserved output through
io.EOF; afterControlMode.Close, a non-empty Read returnsos.ErrClosed. It returns ctx errors while waiting for output.
0 declared, 0 inherited